mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-13 11:35:56 +01:00
remove unneeded assert
This commit is contained in:
parent
9bace16a45
commit
38d3f5f6da
1 changed files with 0 additions and 1 deletions
|
@ -147,7 +147,6 @@ async def create_hash_check(the_hash: str, lnurl_id: str) -> HashCheck:
|
|||
(the_hash, lnurl_id),
|
||||
)
|
||||
hashCheck = await get_hash_check(the_hash, lnurl_id)
|
||||
assert hashCheck
|
||||
return hashCheck
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue