mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-26 03:46:17 +02:00
run isort and black
This commit is contained in:
@@ -161,4 +161,4 @@ async def get_settings(user_id: str) -> SatsPaySettings:
|
|||||||
if row:
|
if row:
|
||||||
return SatsPaySettings.from_row(row)
|
return SatsPaySettings.from_row(row)
|
||||||
else:
|
else:
|
||||||
return None
|
return None
|
||||||
|
@@ -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)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user