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 }