This commit is contained in:
Daniel Lugo 2021-09-12 15:02:12 -04:00
parent 76b21a1764
commit 43389b354a

View file

@ -405,7 +405,7 @@ const instantiateGun = () => {
// @ts-ignore // @ts-ignore
gun = null gun = null
const _gun = /** @type {unknown} */ (new Gun({ const _gun = /** @type {unknown} */ (Gun({
axe: false, axe: false,
multicast: false, multicast: false,
peers: Config.PEERS peers: Config.PEERS