This commit is contained in:
Daniel Lugo 2021-10-17 11:38:07 -04:00
parent 74ebda03b2
commit 113a41ee6c

View file

@ -520,7 +520,7 @@ const listenerForAddr = (addr, SEA) => async (order, orderID) => {
}
})
})
} catch (err) {
} catch (/** @type {any} */ err) {
logger.error(
`error inside onOrders, orderAddr: ${addr}, orderID: ${orderID}, order: ${JSON.stringify(
order