From a853e6515dec7ec54281cccef9ac68154ebb7dc6 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Sat, 15 Feb 2020 16:33:29 -0400 Subject: [PATCH] actual log --- services/gunDB/contact-api/streams/pubToFeed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gunDB/contact-api/streams/pubToFeed.js b/services/gunDB/contact-api/streams/pubToFeed.js index 463b87ff..d8b5a933 100644 --- a/services/gunDB/contact-api/streams/pubToFeed.js +++ b/services/gunDB/contact-api/streams/pubToFeed.js @@ -29,7 +29,7 @@ let pubToFeed = {} const getPubToFeed = () => pubToFeed feedsListeners.add(() => { - console.log(`new pubToFeed: ${getPubToFeed()}`) + console.log(`new pubToFeed: ${JSON.stringify(getPubToFeed())}`) }) /** @param {Feeds} ptf */