fix not fetching domains

This commit is contained in:
Tiago vasconcelos 2021-10-27 22:17:27 +01:00
parent cf44dc0841
commit 20329c9778

View file

@ -440,7 +440,7 @@
LNbits.api LNbits.api
.request( .request(
'GET', 'GET',
'/subdomains/api/v1/domains?all_wallets', '/subdomains/api/v1/domains?all_wallets=true',
this.g.user.wallets[0].inkey this.g.user.wallets[0].inkey
) )
.then(function (response) { .then(function (response) {