zahmis hace 4 años
padre
commit
e7e4c7573d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/src/server/routes/apiv3/slack-integration.js

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

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