Merge branch 'master' into feat/feed

This commit is contained in:
Daniel Lugo 2020-06-27 21:17:57 -04:00
commit e757a8d197

View file

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