zahmis 5 anni fa
parent
commit
0b26596033
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/server/routes/apiv3/slack-integration-settings.js

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

@@ -514,6 +514,7 @@ module.exports = (crowi) => {
         channel,
         text: 'Your test was successful!',
       });
+      return res.apiv3({ });
     }
     catch (error) {
       logger.error('Error', error);