zahmis пре 5 година
родитељ
комит
98967dde06
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/server/routes/apiv3/slack-integration-settings.js

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

@@ -145,7 +145,7 @@ module.exports = (crowi) => {
 
 
     // retrieve connection statuses
     // retrieve connection statuses
     let connectionStatuses;
     let connectionStatuses;
-    if (currentBotType === null) {
+    if (currentBotType == null) {
       // TODO imple null action
       // TODO imple null action
     }
     }
     else if (currentBotType === 'customBotWithoutProxy') {
     else if (currentBotType === 'customBotWithoutProxy') {