zahmis 4 ani în urmă
părinte
comite
390cf1c8a3
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      packages/slackbot-proxy/src/controllers/slack.ts

+ 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') {