Merge branch 'master' into fix_validate_password_update_user_infos

This commit is contained in:
Hannes Heine 2022-03-07 16:01:59 +01:00 committed by GitHub
commit fb2945df71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ export class TransactionList {
@Field(() => Number)
count: number
@Field(() => Number)
@Field(() => Decimal)
balance: Decimal
@Field(() => Date)