mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 18:21:56 +00:00
(fix) actually view the spend report on the UI
This commit is contained in:
@@ -5289,8 +5289,6 @@ async def user_info(
|
||||
except:
|
||||
# if using pydantic v1
|
||||
key = key.dict()
|
||||
key.pop("token", None)
|
||||
|
||||
if (
|
||||
"team_id" in key
|
||||
and key["team_id"] is not None
|
||||
|
||||
Reference in New Issue
Block a user