Update index.html
This commit is contained in:
parent
5aab51b78c
commit
39098b2432
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@
|
||||||
LNbits.api.request(
|
LNbits.api.request(
|
||||||
'DELETE',
|
'DELETE',
|
||||||
'/tpos/api/v1/tposs/' + tposId,
|
'/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) {
|
).then(function (response) {
|
||||||
self.tposs = _.reject(self.tposs, function (obj) { return obj.id == tposId; });
|
self.tposs = _.reject(self.tposs, function (obj) { return obj.id == tposId; });
|
||||||
}).catch(function (error) {
|
}).catch(function (error) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue