ソースを参照

Update growi-to-slack.ts

itizawa 4 年 前
コミット
5692e8b7f3
1 ファイル変更0 行追加2 行削除
  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 });