Fixed issue deleting lnurlp

This commit is contained in:
Tiago vasconcelos
2021-06-14 08:51:07 -03:00
committed by fiatjaf
parent 1e0367a451
commit e7209d2883
+1 -2
View File
@@ -174,7 +174,7 @@ new Vue({
LNbits.utils.notifyApiError(err) LNbits.utils.notifyApiError(err)
}) })
}, },
deletePayLink: linkId => { deletePayLink(linkId) {
var link = _.findWhere(this.payLinks, {id: linkId}) var link = _.findWhere(this.payLinks, {id: linkId})
LNbits.utils LNbits.utils
@@ -215,7 +215,6 @@ new Vue({
getPayLinks() getPayLinks()
}, 20000) }, 20000)
} }
LNbits.api LNbits.api
.request('GET', '/lnurlp/api/v1/currencies') .request('GET', '/lnurlp/api/v1/currencies')
.then(response => { .then(response => {