mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-07 00:24:03 +00:00
fix - send team budget crossed
This commit is contained in:
@@ -1361,10 +1361,10 @@ Model Info:
|
||||
subject=email_event["subject"],
|
||||
html=email_event["html"],
|
||||
)
|
||||
if webhook_event.event_group == "team":
|
||||
from litellm.integrations.email_alerting import send_team_budget_alert
|
||||
|
||||
from litellm.integrations.email_alerting import send_team_budget_alert
|
||||
|
||||
await send_team_budget_alert(webhook_event=webhook_event)
|
||||
await send_team_budget_alert(webhook_event=webhook_event)
|
||||
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user