diff --git a/services/gunDB/Mediator/index.js b/services/gunDB/Mediator/index.js index ea4899e4..d1d4bb25 100644 --- a/services/gunDB/Mediator/index.js +++ b/services/gunDB/Mediator/index.js @@ -5,7 +5,6 @@ const Gun = require('gun') // @ts-ignore require('gun/lib/open') const debounce = require('lodash/debounce') -const once = require('lodash/once') const Encryption = require('../../../utils/encryptionStore') /** @type {import('../contact-api/SimpleGUN').ISEA} */ @@ -414,6 +413,7 @@ class Mediator { socket.emit(eventName, encryptedMessage) } catch (err) { console.error(err) + } } }