run isort and black
This commit is contained in:
parent
1d8f4cb01b
commit
6f9d32478b
2 changed files with 4 additions and 4 deletions
|
|
@ -630,9 +630,9 @@
|
|||
'/satspay/api/v1/settings',
|
||||
this.g.user.wallets[0].inkey
|
||||
)
|
||||
if(data) {
|
||||
this.formDialogSettings.data.custom_css = data.custom_css
|
||||
}
|
||||
if (data) {
|
||||
this.formDialogSettings.data.custom_css = data.custom_css
|
||||
}
|
||||
} catch (error) {
|
||||
LNbits.utils.notifyApiError(error)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue