2
0
itizawa 5 жил өмнө
parent
commit
d4ccc8f63f

+ 1 - 1
src/server/middlewares/certify-shared-file.js

@@ -40,7 +40,7 @@ module.exports = (crowi) => {
       return;
     });
 
-    return next();
+    next();
   };
 
 };