itizawa пре 5 година
родитељ
комит
19fe167c5f
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      packages/slackbot-proxy/src/entities/order.ts

+ 0 - 4
packages/slackbot-proxy/src/entities/order.ts

@@ -29,10 +29,6 @@ export class Order {
   @Column({ nullable: true })
   proxyAccessToken?: string;
 
-  constructor(teamId:string) {
-    this.teamId = teamId;
-  }
-
   isExpired():Error {
     throw new Error('TODO GW-5555 implement this');
   }