mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-30 14:06:28 +02:00
remove unneeded assert
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user