chore: code format

This commit is contained in:
Vlad Stan
2024-10-17 10:40:33 +02:00
committed by dni ⚡
parent 06a686a2f6
commit 54f96c3fea
+2 -1
View File
@@ -773,7 +773,8 @@ async def update_payment_extra(
row: dict = await (conn or db).fetchone(
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},
)