From 39098b243284e468a713edd1c75453dea837ab86 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Mon, 20 Apr 2020 08:28:12 +0100 Subject: [PATCH] Update index.html --- lnbits/extensions/tpos/templates/tpos/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/extensions/tpos/templates/tpos/index.html b/lnbits/extensions/tpos/templates/tpos/index.html index 291d58ea..97a1bcfc 100644 --- a/lnbits/extensions/tpos/templates/tpos/index.html +++ b/lnbits/extensions/tpos/templates/tpos/index.html @@ -207,7 +207,7 @@ LNbits.api.request( 'DELETE', '/tpos/api/v1/tposs/' + tposId, - _.findWhere(self.g.user.wallets, {id: tpos.wallet}).inkey + _.findWhere(self.g.user.wallets, {id: tpos.wallet}).adminkey ).then(function (response) { self.tposs = _.reject(self.tposs, function (obj) { return obj.id == tposId; }); }).catch(function (error) {