diff --git a/services/gunDB/contact-api/streams/pubToIncoming.js b/services/gunDB/contact-api/streams/pubToIncoming.js index 3d531a32..a8d54621 100644 --- a/services/gunDB/contact-api/streams/pubToIncoming.js +++ b/services/gunDB/contact-api/streams/pubToIncoming.js @@ -6,7 +6,7 @@ const Utils = require('../utils') /** * @typedef {import('../schema').ChatMessage} Message - * @typedef {Record} Incomings + * @typedef {Record} Incomings * @typedef {(incomings: Incomings) => void} IncomingsListener */