mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-08-09 02:54:37 +00:00
fmt
This commit is contained in:
+3
-1
@@ -333,7 +333,9 @@ async def proxy(
|
||||
request, path, headers, request_body, key, session
|
||||
)
|
||||
|
||||
if response.status_code != 200 and (key is not None and key.refund_address == "X-CASHU"):
|
||||
if response.status_code != 200 and (
|
||||
key is not None and key.refund_address == "X-CASHU"
|
||||
):
|
||||
refund_token = await x_cashu_refund(key, session)
|
||||
response = Response(
|
||||
content=json.dumps(
|
||||
|
||||
Reference in New Issue
Block a user