Răsfoiți Sursa

add comment

zahmis 4 ani în urmă
părinte
comite
778ee22e92
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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);