2
0
itizawa 5 жил өмнө
parent
commit
e359ad9305

+ 2 - 2
packages/slackbot-proxy/src/entities/order.ts

@@ -25,10 +25,10 @@ export class Order {
   growiUrl: string;
   growiUrl: string;
 
 
   @Column()
   @Column()
-  growiAccessToken: string;
+  tokenPtoG: string;
 
 
   @Column()
   @Column()
-  proxyAccessToken: string;
+  tokenGtoP: string;
 
 
   isExpired():boolean {
   isExpired():boolean {
     const now = Date.now();
     const now = Date.now();