zahmis %!s(int64=4) %!d(string=hai) anos
pai
achega
da07bf8dcf
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      src/server/routes/apiv3/slack-integration.js

+ 3 - 2
src/server/routes/apiv3/slack-integration.js

@@ -33,8 +33,9 @@ module.exports = (crowi) => {
 
     if (slackAppIntegrationCount === 0) {
       return res.status(403).send({
-        // eslint-disable-next-line max-len
-        message: 'The access token that identifies the request source is slackbot-proxy is invalid. Did you setup with `/growi register`?\n Or did you delete registration for GROWI ? if so, the link with GROWI has been disconnected. Please unregister the information registered in the proxy and setup `/growi register` again.',
+        message: 'The access token that identifies the request source is slackbot-proxy is invalid. Did you setup with `/growi register`.\n'
+        + 'Or did you delete registration for GROWI ? if so, the link with GROWI has been disconnected. '
+        + 'Please unregister the information registered in the proxy and setup `/growi register` again.',
       });
     }