fix on /user/info show all keys - even expired ones

This commit is contained in:
Ishaan Jaff 2024-09-05 15:31:41 -07:00
parent 08976370a3
commit c40f6f0437

View file

@ -392,7 +392,6 @@ async def user_info(
user_id=user_id,
table_name="key",
query_type="find_all",
expires=datetime.now(),
)
if user_info is None: