Browse Source

add a line

kaori 5 năm trước cách đây
mục cha
commit
2bf62bf170
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      packages/slackbot-proxy/src/controllers/slack.ts

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

@@ -81,6 +81,7 @@ export class SlackCtrl {
   @UseBefore(AuthorizeCommandMiddleware)
   async handleCommand(@Req() req: AuthedReq, @Res() res: Res): Promise<void|string> {
     const { body, authorizeResult } = req;
+
     if (body.text == null) {
       return 'No text.';
     }