Added lost return

This commit is contained in:
ben 2022-11-26 01:52:30 +00:00 committed by dni ⚡
parent fd7a5ca465
commit 13d2c93007
2 changed files with 1 additions and 2 deletions

View File

@ -54,5 +54,4 @@ async def display(css_id: str, response: Response):
theme = await get_theme(css_id)
if theme:
return Response(content=theme.custom_css, media_type="text/css")
return None

View File

@ -151,7 +151,7 @@ async def api_charge_balance(charge_id):
return {**public_charge(charge)}
#############################THEMES##########################