Update index.html

This commit is contained in:
Arc 2020-04-20 08:28:12 +01:00 committed by GitHub
parent 5aab51b78c
commit 39098b2432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {