re-enable axe
This commit is contained in:
parent
5093f910f8
commit
3c41d435fd
1 changed files with 1 additions and 2 deletions
|
|
@ -232,7 +232,7 @@ const instantiateGun = async () => {
|
|||
}
|
||||
|
||||
const _gun = new Gun({
|
||||
axe: false,
|
||||
axe: true,
|
||||
peers: Config.PEERS
|
||||
})
|
||||
|
||||
|
|
@ -413,7 +413,6 @@ class Mediator {
|
|||
socket.emit(eventName, encryptedMessage)
|
||||
} catch (err) {
|
||||
console.error(err)
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue