use gun's nts

This commit is contained in:
Daniel Lugo 2020-06-27 21:16:47 -04:00
parent 5bb5d7855f
commit b7e6647841

View file

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