zahmis 4 سال پیش
والد
کامیت
778ee22e92
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/server/routes/apiv3/slack-integration-settings.js

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

@@ -504,7 +504,8 @@ module.exports = (crowi) => {
       const msg = 'Select Without Proxy Type';
       return res.apiv3Err(new ErrorV3(msg, 'select-not-proxy-type'), 400);
     }
-
+    // TODO impl bellow GW-5998
+    // const { channel } = req.body;
     const slackBotToken = crowi.configManager.getConfig('crowi', 'slackbot:token');
     try {
       await relationTestToSlack(slackBotToken);