itizawa пре 5 година
родитељ
комит
f7ea2c5ea2
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      packages/slackbot-proxy/src/controllers/growi-to-slack.ts

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

@@ -112,6 +112,7 @@ export class GrowiToSlackCtrl {
 
     logger.debug('relation test is success', order);
 
+    // Transaction is not considered because it is used infrequently,
     const createdRelation = await this.relationRepository.save({
       installation: order.installation, tokenGtoP: order.growiAccessToken, tokenPtoG: order.proxyAccessToken, growiUri: order.growiUrl,
     });