From 3153eac5a9bb203153c264caf636be6f92f633c5 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Mon, 18 Oct 2021 16:46:22 -0400 Subject: [PATCH] More logs --- services/gunDB/contact-api/jobs/onOrders.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/gunDB/contact-api/jobs/onOrders.js b/services/gunDB/contact-api/jobs/onOrders.js index 8555acf0..31d24a5d 100644 --- a/services/gunDB/contact-api/jobs/onOrders.js +++ b/services/gunDB/contact-api/jobs/onOrders.js @@ -117,6 +117,8 @@ const listenerForAddr = (addr, SEA) => async (order, orderID) => { .get(orderID) .then() + logger.info(orderID, 'alreadyAnswered', alreadyAnswered) + if (alreadyAnswered) { return }