send team_alias on team budget alerts

This commit is contained in:
Ishaan Jaff 2024-06-14 17:00:43 -07:00
parent 9f22b470be
commit 3c56bfbc5a

View file

@ -1269,6 +1269,8 @@ async def user_api_key_auth(
spend=valid_token.team_spend, spend=valid_token.team_spend,
max_budget=valid_token.team_max_budget, max_budget=valid_token.team_max_budget,
user_id=valid_token.user_id, user_id=valid_token.user_id,
team_id=valid_token.team_id,
team_alias=valid_token.team_alias,
) )
asyncio.create_task( asyncio.create_task(
proxy_logging_obj.budget_alerts( proxy_logging_obj.budget_alerts(