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