Explorar el Código

delete isSetupSlackBot

zahmis hace 5 años
padre
commit
1845c87015
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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: {