zahmis 4 лет назад
Родитель
Сommit
4d9c917f80
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      packages/app/src/server/routes/apiv3/slack-integration.js

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

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