itizawa 5 лет назад
Родитель
Сommit
d4ccc8f63f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/server/middlewares/certify-shared-file.js

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

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