2
0
Taichi Masuyama 3 жил өмнө
parent
commit
c484efbd14

+ 0 - 1
packages/app/src/server/routes/page.js

@@ -466,7 +466,6 @@ module.exports = function(crowi, app) {
 
     await addRenderVarsForPageTree(renderVars, path, req.user);
 
-
     await interceptorManager.process('beforeRenderPage', req, res, renderVars);
     return res.render(view, renderVars);
   }