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),
|
(the_hash, lnurl_id),
|
||||||
)
|
)
|
||||||
hashCheck = await get_hash_check(the_hash, lnurl_id)
|
hashCheck = await get_hash_check(the_hash, lnurl_id)
|
||||||
assert hashCheck
|
|
||||||
return hashCheck
|
return hashCheck
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue