mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-21 06:06:11 +02:00
Added lost return
This commit is contained in:
@@ -54,5 +54,4 @@ async def display(css_id: str, response: Response):
|
|||||||
theme = await get_theme(css_id)
|
theme = await get_theme(css_id)
|
||||||
if theme:
|
if theme:
|
||||||
return Response(content=theme.custom_css, media_type="text/css")
|
return Response(content=theme.custom_css, media_type="text/css")
|
||||||
|
|
||||||
return None
|
return None
|
||||||
|
@@ -151,7 +151,7 @@ async def api_charge_balance(charge_id):
|
|||||||
|
|
||||||
return {**public_charge(charge)}
|
return {**public_charge(charge)}
|
||||||
|
|
||||||
|
|
||||||
#############################THEMES##########################
|
#############################THEMES##########################
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user