call next() for non lnd routes
This commit is contained in:
parent
fd2c132f3e
commit
7eeb754315
1 changed files with 1 additions and 0 deletions
|
|
@ -284,6 +284,7 @@ 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue