Removed the firstTransaction property initialization in TransactionList.

This commit is contained in:
ogerly 2022-02-07 11:56:50 +01:00 committed by elweyn
parent 111894bc3e
commit 21da7f4ffb

View File

@ -11,7 +11,6 @@ export class TransactionList {
this.balance = 0
this.decay = 0
this.decayDate = ''
this.firstTransaction = false
}
@Field(() => Number)