fix: update statement
This commit is contained in:
parent
0d2b2cdd79
commit
b97be0d792
1 changed files with 1 additions and 1 deletions
2
crud.py
2
crud.py
|
|
@ -94,7 +94,7 @@ async def get_pay_links(wallet_ids: Union[str, List[str]]) -> List[PayLink]:
|
|||
|
||||
|
||||
async def update_pay_link(link: PayLink) -> PayLink:
|
||||
await db.update("lnurlp.pay_links")
|
||||
await db.update("lnurlp.pay_links", link)
|
||||
return link
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue