mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
balance decayDate as Date
This commit is contained in:
parent
850060d057
commit
a587cd800a
@ -17,6 +17,6 @@ export class Balance {
|
||||
@Field(() => Decimal)
|
||||
decay: Decimal
|
||||
|
||||
@Field(() => String)
|
||||
decayDate: string
|
||||
@Field(() => Date)
|
||||
decayDate: Date
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user