(fix) actually view the spend report on the UI

This commit is contained in:
Ishaan Jaff 2024-03-28 15:08:21 -07:00
parent 7b998f9b91
commit fc79e8255c

View file

@ -5289,8 +5289,6 @@ async def user_info(
except: except:
# if using pydantic v1 # if using pydantic v1
key = key.dict() key = key.dict()
key.pop("token", None)
if ( if (
"team_id" in key "team_id" in key
and key["team_id"] is not None and key["team_id"] is not None