Browse Source

Update growi-to-slack.ts

itizawa 4 năm trước cách đây
mục cha
commit
5692e8b7f3
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      packages/slackbot-proxy/src/controllers/growi-to-slack.ts

+ 0 - 2
packages/slackbot-proxy/src/controllers/growi-to-slack.ts

@@ -104,8 +104,6 @@ export class GrowiToSlackCtrl {
     }
 
     const tokenGtoP = tokenGtoPs[0];
-
-    // retrieve Relation with Installation
     const relation = await this.relationRepository.update({ tokenGtoP }, { supportedCommandsForBroadcastUse, supportedCommandsForSingleUse });
 
     return res.send({ relation });