@@ -19,7 +19,6 @@ module.exports = (crowi) => {
if (attachment.isBrandLogo()) {
req.isBrandLogo = true;
- return next();
}
next();
@@ -1,6 +1,5 @@
import loggerFactory from '~/utils/logger';
-
const url = require('url');
const logger = loggerFactory('growi:middleware:certify-shared-fire');