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 = () => {}