mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 10:39:59 +01:00
Update index.html
This commit is contained in:
parent
5aab51b78c
commit
39098b2432
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user