zahmis 4 년 전
부모
커밋
e7e4c7573d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) => {