diff --git a/services/gunDB/contact-api/events/onSentReqs.js b/services/gunDB/contact-api/events/onSentReqs.js index ad6decf1..78c9abdf 100644 --- a/services/gunDB/contact-api/events/onSentReqs.js +++ b/services/gunDB/contact-api/events/onSentReqs.js @@ -63,6 +63,13 @@ const react = () => { }) } + if (finalSentReqs.length > 0) { + console.log('-------------------------') + console.log('pub to incoming') + console.log(pubToIncoming) + console.log('-------------------------') + } + currentReqs = finalSentReqs listeners.forEach(l => l(currentReqs))