From 6d834557128f86d4d6515f92b037494ae22ae7ad Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Mon, 18 Oct 2021 17:07:38 -0400 Subject: [PATCH] Better log --- services/gunDB/contact-api/jobs/onOrders.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gunDB/contact-api/jobs/onOrders.js b/services/gunDB/contact-api/jobs/onOrders.js index 31d24a5d..4309b87a 100644 --- a/services/gunDB/contact-api/jobs/onOrders.js +++ b/services/gunDB/contact-api/jobs/onOrders.js @@ -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