瀏覽代碼

add comment

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,
     });