mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-23 17:59:31 +02:00
remove one extra core.schema.
This commit is contained in:
@@ -66,7 +66,7 @@ async def dispatch_webhook(payment: Payment):
|
||||
async def mark_webhook_sent(payment: Payment, status: int) -> None:
|
||||
await db.execute(
|
||||
"""
|
||||
UPDATE core.apipayments SET webhook_status = ?
|
||||
UPDATE apipayments SET webhook_status = ?
|
||||
WHERE hash = ?
|
||||
""",
|
||||
(status, payment.payment_hash),
|
||||
|
Reference in New Issue
Block a user