Merge pull request #98 from shocknet/gun-nts-hotfix

use gun's nts
This commit is contained in:
Daniel Lugo 2020-06-27 21:17:29 -04:00 committed by GitHub
commit 27db275622

View file

@ -2,6 +2,8 @@
* @format * @format
*/ */
const Gun = require('gun') const Gun = require('gun')
// @ts-ignore
require('gun/nts')
const logger = require('winston') const logger = require('winston')
// @ts-ignore // @ts-ignore
Gun.log = () => {} Gun.log = () => {}