Remove unused variable
This commit is contained in:
parent
f09fc2be66
commit
9c698a38e0
1 changed files with 1 additions and 1 deletions
|
|
@ -731,7 +731,7 @@ module.exports = async (
|
||||||
app.post('/api/lnd/wallet', async (req, res) => {
|
app.post('/api/lnd/wallet', async (req, res) => {
|
||||||
try {
|
try {
|
||||||
const { walletUnlocker } = LightningServices.services
|
const { walletUnlocker } = LightningServices.services
|
||||||
const { password, alias, invite } = req.body
|
const { password, alias } = req.body
|
||||||
const healthResponse = await checkHealth()
|
const healthResponse = await checkHealth()
|
||||||
if (!alias) {
|
if (!alias) {
|
||||||
return res.status(400).json({
|
return res.status(400).json({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue