zahmis %!s(int64=4) %!d(string=hai) anos
pai
achega
e7e4c7573d
Modificáronse 1 ficheiros con 1 adicións e 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) => {