Revert "call next() for non lnd routes"

This reverts commit 7eeb754315.
This commit is contained in:
Daniel Lugo 2020-02-21 10:55:38 -04:00
parent 7eeb754315
commit afd41ad878

View file

@ -284,7 +284,6 @@ module.exports = async (
errorMessage: "Please create a wallet before using the API" errorMessage: "Please create a wallet before using the API"
}); });
} }
next()
} catch (err) { } catch (err) {
logger.error(err); logger.error(err);
res res