Browse Source

delete isSetupSlackBot

zahmis 5 years ago
parent
commit
1845c87015
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/server/routes/apiv3/slack-integration-settings.js

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

@@ -106,7 +106,6 @@ module.exports = (crowi) => {
         slackSigningSecret: crowi.configManager.getConfig('crowi', 'slackbot:signingSecret'),
         slackBotToken: crowi.configManager.getConfig('crowi', 'slackbot:token'),
         isConnectedToSlack: crowi.slackBotService.isConnectedToSlack,
-        isSetupSlackBot: crowi.slackBotService.isSetupSlackBot,
       },
       // TODO imple when creating with proxy
       customBotWithProxySettings: {