From b7e66478411181bfbbe43e8dbde12f85d884ad31 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Sat, 27 Jun 2020 21:16:47 -0400 Subject: [PATCH] use gun's nts --- services/gunDB/Mediator/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/gunDB/Mediator/index.js b/services/gunDB/Mediator/index.js index f28fe0c9..0d164beb 100644 --- a/services/gunDB/Mediator/index.js +++ b/services/gunDB/Mediator/index.js @@ -2,6 +2,8 @@ * @format */ const Gun = require('gun') +// @ts-ignore +require('gun/nts') const logger = require('winston') // @ts-ignore Gun.log = () => {}