Browse Source

delete Cause:

zahmis 5 năm trước cách đây
mục cha
commit
fb1d744cfc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/server/routes/apiv3/slack-integration-settings.js

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

@@ -538,7 +538,7 @@ module.exports = (crowi) => {
     const slackBotToken = crowi.configManager.getConfig('crowi', 'slackbot:token');
     const status = await getConnectionStatus(slackBotToken);
     if (status.error != null) {
-      return res.apiv3Err(new ErrorV3(`Error occured while getting connection. Cause: ${status.error}`, 'send-message-failed'));
+      return res.apiv3Err(new ErrorV3(`Error occured while getting connection. ${status.error}`, 'send-message-failed'));
     }
 
     const { channel } = req.body;