diff --git a/backend/src/graphql/model/TransactionList.ts b/backend/src/graphql/model/TransactionList.ts index 57196af19..0175048d1 100644 --- a/backend/src/graphql/model/TransactionList.ts +++ b/backend/src/graphql/model/TransactionList.ts @@ -11,7 +11,6 @@ export class TransactionList { this.balance = 0 this.decay = 0 this.decayDate = '' - this.firstTransaction = false } @Field(() => Number)