zahmis 4 vuotta sitten
vanhempi
sitoutus
4d9c917f80
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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.');
   }