From b5c81370a15b70855ef4bb6f7e03b42289c59c8f Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Tue, 7 Dec 2021 11:44:22 -0400 Subject: [PATCH] Remove call to non existant fn --- src/routes.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/routes.js b/src/routes.js index 260ede51..18bd3e82 100644 --- a/src/routes.js +++ b/src/routes.js @@ -518,10 +518,6 @@ module.exports = async ( await recreateLnServices() - if (GunDB.isAuthenticated()) { - GunDB.instantiateGun() - } - const publicKey = await GunDB.authenticate(alias, password) if (!publicKey) {