mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-12 23:35:50 +00:00
lint fix
This commit is contained in:
parent
89cb88e84e
commit
0bf40ecdf0
@ -332,7 +332,12 @@ export class TransactionResolver {
|
|||||||
await updateStateBalance(senderUser, Math.trunc(sendBalance), receivedCallDate, queryRunner)
|
await updateStateBalance(senderUser, Math.trunc(sendBalance), receivedCallDate, queryRunner)
|
||||||
|
|
||||||
// Update Balance recipient
|
// Update Balance recipient
|
||||||
await updateStateBalance(recipientUser, Math.trunc(receiveBalance), receivedCallDate, queryRunner)
|
await updateStateBalance(
|
||||||
|
recipientUser,
|
||||||
|
Math.trunc(receiveBalance),
|
||||||
|
receivedCallDate,
|
||||||
|
queryRunner,
|
||||||
|
)
|
||||||
|
|
||||||
await queryRunner.commitTransaction()
|
await queryRunner.commitTransaction()
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user