Explorar el Código

delete comment

zahmis hace 4 años
padre
commit
2ebba4fb20
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

@@ -286,7 +286,6 @@ module.exports = (crowi) => {
       await updateSlackBotSettings(requestParams);
       crowi.slackBotService.publishUpdatedMessage();
 
-      // TODO Impl to delete AccessToken both of Proxy and GROWI when botType changes.
       const customBotWithoutProxySettingParams = {
         slackSigningSecret: crowi.configManager.getConfig('crowi', 'slackbot:signingSecret'),
         slackBotToken: crowi.configManager.getConfig('crowi', 'slackbot:token'),