mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix on /user/info show all keys - even expired ones
This commit is contained in:
parent
08976370a3
commit
c40f6f0437
1 changed files with 0 additions and 1 deletions
|
@ -392,7 +392,6 @@ async def user_info(
|
||||||
user_id=user_id,
|
user_id=user_id,
|
||||||
table_name="key",
|
table_name="key",
|
||||||
query_type="find_all",
|
query_type="find_all",
|
||||||
expires=datetime.now(),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if user_info is None:
|
if user_info is None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue