2
0
zahmis 4 жил өмнө
parent
commit
390cf1c8a3

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

@@ -399,7 +399,6 @@ export class SlackCtrl {
   async handleEvent(@Req() req: SlackOauthReq): Promise<void> {
 
     const { authorizeResult } = req;
-
     const client = generateWebClient(authorizeResult.botToken);
 
     if (req.body.event.type === 'app_home_opened') {