mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 06:48:02 +01:00
run isort and black
This commit is contained in:
parent
72cf6b9b79
commit
b2e8bed24c
2 changed files with 4 additions and 4 deletions
|
@ -161,4 +161,4 @@ async def get_settings(user_id: str) -> SatsPaySettings:
|
|||
if row:
|
||||
return SatsPaySettings.from_row(row)
|
||||
else:
|
||||
return None
|
||||
return None
|
||||
|
|
|
@ -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
Reference in a new issue