Skip to content

Commit

Permalink
fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt authored Jun 12, 2024
1 parent 418caf8 commit 9927d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litellm/integrations/lunary.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def log_event(
if optional_params:
extra = {**extra, **optional_params}

tags = metadata.get("metadata", None)
tags = metadata.get("tags", None)

if extra:
extra.pop("extra_body", None)
Expand Down

0 comments on commit 9927d1e

Please sign in to comment.