diff --git a/services/gunDB/contact-api/jobs/onOrders.js b/services/gunDB/contact-api/jobs/onOrders.js index 8a2a4f12..bf3f45a2 100644 --- a/services/gunDB/contact-api/jobs/onOrders.js +++ b/services/gunDB/contact-api/jobs/onOrders.js @@ -191,8 +191,6 @@ const listenerForAddr = (addr, SEA) => async (order, orderID) => { const invoicePutStartTime = Date.now() - // Calling .put on an object on GunDB seems - // to take a lot of time for some users await new Promise((res, rej) => { getUser() .get(Key.ORDER_TO_RESPONSE)