From 21da7f4ffb712e6f11b2c773652d53b5ef042a7e Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 7 Feb 2022 11:56:50 +0100 Subject: [PATCH] Removed the firstTransaction property initialization in TransactionList. --- backend/src/graphql/model/TransactionList.ts | 1 - 1 file changed, 1 deletion(-) 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)