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 */