fix: remove async from function
This commit is contained in:
parent
da6076b359
commit
b0bbb2983f
1 changed files with 1 additions and 1 deletions
|
|
@ -511,7 +511,7 @@ function plugins (settings, deviceId) {
|
|||
})
|
||||
}
|
||||
|
||||
async function recordTradeAndTx (tradeId, internalTxIdList, dbTx) {
|
||||
function recordTradeAndTx (tradeId, internalTxIdList, dbTx) {
|
||||
const columnSetCashin = new pgp.helpers.ColumnSet(['cash_in_tx_id', 'trade_id'], { table: 'cashin_tx_trades' })
|
||||
const columnSetCashout = new pgp.helpers.ColumnSet(['cash_out_tx_id', 'trade_id'], { table: 'cashout_tx_trades' })
|
||||
let cashinTxs = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue