فهرست منبع

delete isSetupSlackBot

zahmis 4 سال پیش
والد
کامیت
1845c87015
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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'),
         slackSigningSecret: crowi.configManager.getConfig('crowi', 'slackbot:signingSecret'),
         slackBotToken: crowi.configManager.getConfig('crowi', 'slackbot:token'),
         slackBotToken: crowi.configManager.getConfig('crowi', 'slackbot:token'),
         isConnectedToSlack: crowi.slackBotService.isConnectedToSlack,
         isConnectedToSlack: crowi.slackBotService.isConnectedToSlack,
-        isSetupSlackBot: crowi.slackBotService.isSetupSlackBot,
       },
       },
       // TODO imple when creating with proxy
       // TODO imple when creating with proxy
       customBotWithProxySettings: {
       customBotWithProxySettings: {