Arc
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lnbits/extensions/tpos/templates/tpos/index.html
|
@ -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) { |
|
|