diff --git a/services/gunDB/contact-api/streams/pubToFeed.js b/services/gunDB/contact-api/streams/pubToFeed.js index 7c06c080..e03bb1ae 100644 --- a/services/gunDB/contact-api/streams/pubToFeed.js +++ b/services/gunDB/contact-api/streams/pubToFeed.js @@ -28,6 +28,10 @@ let pubToFeed = {} const getPubToFeed = () => pubToFeed +feedsListeners.add(() => { + console.log(`new pubToFeed: ${getPubToFeed()}`) +}) + /** @param {Feeds} ptf */ const setPubToFeed = ptf => { pubToFeed = ptf