From 98bb44042ef035fa8526ec5799c8bcf5fcf20eb5 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Thu, 30 Jan 2020 07:28:13 -0400 Subject: [PATCH] log --- services/gunDB/contact-api/events/onSentReqs.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/gunDB/contact-api/events/onSentReqs.js b/services/gunDB/contact-api/events/onSentReqs.js index 272bddcf..cba5b1b2 100644 --- a/services/gunDB/contact-api/events/onSentReqs.js +++ b/services/gunDB/contact-api/events/onSentReqs.js @@ -38,6 +38,10 @@ const react = () => { const pubToAvatar = Streams.getPubToAvatar() const pubToDN = Streams.getPubToDn() + console.log( + `pubToLastSentREqID: ${JSON.stringify(pubToLastSentReqID, null, 4)}` + ) + for (const storedReq of storedReqs) { const { handshakeAddress, recipientPub, sentReqID, timestamp } = storedReq const currAddress = pubToHAddr[recipientPub]