mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 14:51:05 +01:00
chore: format code
This commit is contained in:
parent
15c257fd65
commit
3178b79fe4
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ async def display(request: Request, charge_id: str):
|
|||
"request": request,
|
||||
"charge_data": public_charge(charge),
|
||||
"mempool_endpoint": charge.config.mempool_endpoint,
|
||||
"network": charge.config.network
|
||||
"network": charge.config.network,
|
||||
}
|
||||
|
||||
return satspay_renderer().TemplateResponse(
|
||||
|
|
Loading…
Add table
Reference in a new issue