zahmis 4 лет назад
Родитель
Сommit
2466eafc71

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

@@ -171,6 +171,7 @@ module.exports = (crowi) => {
 
     const { configManager } = crowi;
     const currentBotType = configManager.getConfig('crowi', 'slackbot:currentBotType');
+
     // retrieve settings
     const settings = {};
     if (currentBotType === SlackbotType.CUSTOM_WITHOUT_PROXY) {