run isort and black
This commit is contained in:
parent
72cf6b9b79
commit
b2e8bed24c
|
@ -630,9 +630,9 @@
|
||||||
'/satspay/api/v1/settings',
|
'/satspay/api/v1/settings',
|
||||||
this.g.user.wallets[0].inkey
|
this.g.user.wallets[0].inkey
|
||||||
)
|
)
|
||||||
if(data) {
|
if (data) {
|
||||||
this.formDialogSettings.data.custom_css = data.custom_css
|
this.formDialogSettings.data.custom_css = data.custom_css
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
LNbits.utils.notifyApiError(error)
|
LNbits.utils.notifyApiError(error)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user