mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
lint fix
This commit is contained in:
parent
e8114e4083
commit
d790e9cfcf
@ -138,12 +138,7 @@ export const executeTransaction = async (
|
||||
await queryRunner.commitTransaction()
|
||||
logger.info(`commit Transaction successful...`)
|
||||
|
||||
await EVENT_TRANSACTION_SEND(
|
||||
sender,
|
||||
recipient,
|
||||
transactionSend,
|
||||
transactionSend.amount,
|
||||
)
|
||||
await EVENT_TRANSACTION_SEND(sender, recipient, transactionSend, transactionSend.amount)
|
||||
|
||||
await EVENT_TRANSACTION_RECEIVE(
|
||||
recipient,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user