Remove call to non existant fn
This commit is contained in:
parent
763178c578
commit
b5c81370a1
1 changed files with 0 additions and 4 deletions
|
|
@ -518,10 +518,6 @@ module.exports = async (
|
|||
|
||||
await recreateLnServices()
|
||||
|
||||
if (GunDB.isAuthenticated()) {
|
||||
GunDB.instantiateGun()
|
||||
}
|
||||
|
||||
const publicKey = await GunDB.authenticate(alias, password)
|
||||
|
||||
if (!publicKey) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue