Skip to content

Commit

Permalink
Merge branch 'keephq:main' into victoriametrics
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhil56x authored Sep 6, 2024
2 parents 5597374 + ce0df34 commit 88bfb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep/providers/newrelic_provider/newrelic_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def _format_alert(
severity.lower(), AlertSeverity.INFO
)

name = event.get("name", "")
name = event.pop("name", "")
if not name:
name = event.get("title", "")

Expand Down

0 comments on commit 88bfb09

Please sign in to comment.