From d47aa691ba81dc3820c70e4e8a278544c1cc842f Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Tue, 4 Feb 2020 16:56:23 -0400 Subject: [PATCH] typings --- services/gunDB/contact-api/streams/pubToIncoming.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */