From 9c698a38e09c7456fa1acabd17edba43a46f7a0b Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Mon, 27 Dec 2021 14:46:28 -0400 Subject: [PATCH] Remove unused variable --- src/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.js b/src/routes.js index 4a08da8b..f536b527 100644 --- a/src/routes.js +++ b/src/routes.js @@ -731,7 +731,7 @@ module.exports = async ( app.post('/api/lnd/wallet', async (req, res) => { try { const { walletUnlocker } = LightningServices.services - const { password, alias, invite } = req.body + const { password, alias } = req.body const healthResponse = await checkHealth() if (!alias) { return res.status(400).json({