chore: code format
This commit is contained in:
+2
-1
@@ -773,7 +773,8 @@ async def update_payment_extra(
|
|||||||
|
|
||||||
row: dict = await (conn or db).fetchone(
|
row: dict = await (conn or db).fetchone(
|
||||||
f"""
|
f"""
|
||||||
SELECT payment_hash, extra from apipayments WHERE payment_hash = :hash {amount_clause}
|
SELECT payment_hash, extra from apipayments
|
||||||
|
WHERE payment_hash = :hash {amount_clause}
|
||||||
""",
|
""",
|
||||||
{"hash": payment_hash},
|
{"hash": payment_hash},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user