Răsfoiți Sursa

add comment

itizawa 5 ani în urmă
părinte
comite
f7ea2c5ea2

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