mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-06 02:48:33 +02:00
fix: mypy
This commit is contained in:
parent
60cd40d5e5
commit
ec01c74da1
@ -463,7 +463,7 @@ async def update_payment_extra(
|
||||
|
||||
row = await (conn or db).fetchone(
|
||||
"SELECT hash, extra from apipayments WHERE hash = ?",
|
||||
(payment_hash),
|
||||
(payment_hash,),
|
||||
)
|
||||
if not row:
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user