zahmis 5 лет назад
Родитель
Сommit
3492ffc0ca
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/server/routes/apiv3/slack-bot.js

+ 1 - 1
src/server/routes/apiv3/slack-bot.js

@@ -100,7 +100,7 @@ module.exports = (crowi) => {
     }
   };
 
-  router.post('/interactive', verificationRequestUrl, verifyingIsSlackRequest, slackBotSigningSecret, async(req, res) => {
+  router.post('/interactive', verificationRequestUrl, slackBotSigningSecret, verifyingIsSlackRequest, async(req, res) => {
 
     // Send response immediately to avoid opelation_timeout error
     // See https://api.slack.com/apis/connections/events-api#the-events-api__responding-to-events