Yuki Takei 5 years ago
parent
commit
60f70d4121
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/routes/apiv3/slack-integration-settings.js

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

@@ -115,7 +115,7 @@ module.exports = (crowi) => {
       const token = settings.slackBotToken;
       const token = settings.slackBotToken;
       // check the token is not null
       // check the token is not null
       if (token != null) {
       if (token != null) {
-        connectionStatuses = Object.fromEntries(await getConnectionStatuses([]));
+        connectionStatuses = Object.fromEntries(await getConnectionStatuses([token]));
       }
       }
     }
     }
     else {
     else {