call next() for non lnd routes

This commit is contained in:
Daniel Lugo 2020-02-20 19:04:25 -04:00
parent fd2c132f3e
commit 7eeb754315

View file

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