From afd41ad8784fd0c94e0af50e349479b50cca545f Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Fri, 21 Feb 2020 10:55:38 -0400 Subject: [PATCH] Revert "call next() for non lnd routes" This reverts commit 7eeb754315673c7cf7c2fc521d144882c02d4138. --- src/routes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes.js b/src/routes.js index bbda7b47..1b9e4c1e 100644 --- a/src/routes.js +++ b/src/routes.js @@ -284,7 +284,6 @@ module.exports = async ( errorMessage: "Please create a wallet before using the API" }); } - next() } catch (err) { logger.error(err); res