mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
do not round in decay model as it is used in utils on creation
This commit is contained in:
parent
a32e0a9d43
commit
ff04cf0cb5
@ -11,7 +11,7 @@ export class Decay {
|
||||
duration: number | null,
|
||||
) {
|
||||
this.balance = balance
|
||||
this.decay = decay.toDecimalPlaces(2, Decimal.ROUND_FLOOR)
|
||||
this.decay = decay
|
||||
this.start = start
|
||||
this.end = end
|
||||
this.duration = duration
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user