Typing
This commit is contained in:
parent
74ebda03b2
commit
113a41ee6c
1 changed files with 1 additions and 1 deletions
|
|
@ -520,7 +520,7 @@ const listenerForAddr = (addr, SEA) => async (order, orderID) => {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
} catch (err) {
|
} catch (/** @type {any} */ err) {
|
||||||
logger.error(
|
logger.error(
|
||||||
`error inside onOrders, orderAddr: ${addr}, orderID: ${orderID}, order: ${JSON.stringify(
|
`error inside onOrders, orderAddr: ${addr}, orderID: ${orderID}, order: ${JSON.stringify(
|
||||||
order
|
order
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue