Fixed issue deleting lnurlp

This commit is contained in:
Tiago vasconcelos 2021-06-14 11:46:08 +01:00 committed by fiatjaf
parent 1e0367a451
commit e7209d2883

View File

@ -174,7 +174,7 @@ new Vue({
LNbits.utils.notifyApiError(err)
})
},
deletePayLink: linkId => {
deletePayLink(linkId) {
var link = _.findWhere(this.payLinks, {id: linkId})
LNbits.utils
@ -215,7 +215,6 @@ new Vue({
getPayLinks()
}, 20000)
}
LNbits.api
.request('GET', '/lnurlp/api/v1/currencies')
.then(response => {