Better log
This commit is contained in:
parent
3153eac5a9
commit
6d83455712
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ const listenerForAddr = (addr, SEA) => async (order, orderID) => {
|
|||
.get(orderID)
|
||||
.then()
|
||||
|
||||
logger.info(orderID, 'alreadyAnswered', alreadyAnswered)
|
||||
logger.info(orderID, 'alreadyAnswered', !!alreadyAnswered)
|
||||
|
||||
if (alreadyAnswered) {
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue