Przeglądaj źródła

Merge pull request #4164 from weseek/feat/7135-slackbot-command-forward-compatibility

Improve slackbot postEphemeralErrors response.
Yuki Takei 4 lat temu
rodzic
commit
0a0d9f36b3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/slackbot-proxy/src/controllers/slack.ts

+ 1 - 1
packages/slackbot-proxy/src/controllers/slack.ts

@@ -215,7 +215,7 @@ export class SlackCtrl {
 
     // forward to GROWI server
     if (relationsForBroadcastUse.length > 0) {
-      this.sendCommand(growiCommand, relationsForBroadcastUse, body);
+      return this.sendCommand(growiCommand, relationsForBroadcastUse, body);
     }
 
     // when all of GROWI disallowed