mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Fix updatePendingCreation amount that is send back.
This commit is contained in:
parent
9eb4e8603a
commit
56dd218ee2
@ -83,7 +83,7 @@ export class AdminResolver {
|
||||
|
||||
await pendingCreationRepository.save(updatedCreation)
|
||||
const result = new UpdatePendingCreation()
|
||||
result.amount = parseInt(updatedCreation.amount.toString())
|
||||
result.amount = parseInt(amount.toString())
|
||||
result.memo = updatedCreation.memo
|
||||
result.date = updatedCreation.date
|
||||
result.moderator = updatedCreation.moderator
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user