From 1f0ca74779a2fc1d3852e836ffca0be553a77afa Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Mon, 3 Feb 2020 22:19:15 -0400 Subject: [PATCH] reference eror --- services/gunDB/Mediator/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gunDB/Mediator/index.js b/services/gunDB/Mediator/index.js index 1cf4a74e..7e598a2f 100644 --- a/services/gunDB/Mediator/index.js +++ b/services/gunDB/Mediator/index.js @@ -346,7 +346,7 @@ class Mediator { socket.on(eventName, _data => { try { if (Encryption.isNonEncrypted(eventName)) { - return cb(data) + return cb(_data) } if (!_data) {