mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Add firstTransaction boolean to Transaction.
This commit is contained in:
parent
520cb22350
commit
e22c701c88
@ -15,6 +15,7 @@ export class Transaction {
|
||||
this.balance = 0
|
||||
this.totalBalance = 0
|
||||
this.memo = ''
|
||||
this.firstTransaction = false
|
||||
}
|
||||
|
||||
@Field(() => String)
|
||||
@ -52,4 +53,7 @@ export class Transaction {
|
||||
|
||||
@Field({ nullable: true })
|
||||
decay?: Decay
|
||||
|
||||
@Field(() => Boolean)
|
||||
firstTransaction: boolean
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user