mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Fill firstTransaction in case decay can not be created.
This commit is contained in:
parent
8c6aafcedb
commit
d3123e00fc
@ -103,6 +103,8 @@ async function calculateAndAddDecayTransactions(
|
||||
decayStartTransaction.received.getTime() / 1000
|
||||
).toString()
|
||||
}
|
||||
} else {
|
||||
finalTransaction.firstTransaction = true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user