|
|
@@ -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);
|