zahmis 4 lat temu
rodzic
commit
4d9c917f80

+ 1 - 0
packages/app/src/server/routes/apiv3/slack-integration.js

@@ -131,6 +131,7 @@ module.exports = (crowi) => {
     if (isPermitted) {
     if (isPermitted) {
       return next();
       return next();
     }
     }
+
     res.status(403).send('It is not allowed to run  command to this GROWI.');
     res.status(403).send('It is not allowed to run  command to this GROWI.');
   }
   }