2
0
zahmis 5 жил өмнө
parent
commit
9435691986

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

@@ -271,7 +271,6 @@ module.exports = (crowi) => {
   });
   });
 
 
   router.post('/test-notification-to-slack-work-space', async(req, res) => {
   router.post('/test-notification-to-slack-work-space', async(req, res) => {
-
     const isConnectedToSlack = crowi.slackBotService.isConnectedToSlack;
     const isConnectedToSlack = crowi.slackBotService.isConnectedToSlack;
     if (!isConnectedToSlack) {
     if (!isConnectedToSlack) {
       const msg = 'Bot User OAuth Token is not setup.';
       const msg = 'Bot User OAuth Token is not setup.';