From 11fd3733011c5af8fffce5b06d9949780abb98a4 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Wed, 29 Jan 2020 14:45:14 -0400 Subject: [PATCH] typo --- services/gunDB/contact-api/streams.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gunDB/contact-api/streams.js b/services/gunDB/contact-api/streams.js index de370a26..4a5ea059 100644 --- a/services/gunDB/contact-api/streams.js +++ b/services/gunDB/contact-api/streams.js @@ -83,7 +83,7 @@ const onDisplayName = (cb, pub) => { if (typeof dn === 'string' || dn === null) { pubToDisplayName[pub] = dn || null } else { - pubToDisplayName + pubToDisplayName[pub] = null } notifyDisplayNameListeners() })