Explorar o código

remove constructor

itizawa %!s(int64=5) %!d(string=hai) anos
pai
achega
19fe167c5f
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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');
   }