remove unneeded assert

This commit is contained in:
dni ⚡
2023-01-04 18:29:47 +01:00
parent 9bace16a45
commit 38d3f5f6da

View File

@@ -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