mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
Merge pull request #1569 from gradido/fix_balance_type
Fix: Balance type
This commit is contained in:
commit
388f054e54
@ -25,7 +25,7 @@ export class TransactionList {
|
|||||||
@Field(() => Number)
|
@Field(() => Number)
|
||||||
count: number
|
count: number
|
||||||
|
|
||||||
@Field(() => Number)
|
@Field(() => Decimal)
|
||||||
balance: Decimal
|
balance: Decimal
|
||||||
|
|
||||||
@Field(() => Date)
|
@Field(() => Date)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user