mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
fix on /user/info show all keys - even expired ones
This commit is contained in:
parent
eca20e3293
commit
2c1f89eb30
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue