Skip to content

Commit

Permalink
fix : update replay event type string
Browse files Browse the repository at this point in the history
  • Loading branch information
Mryashbhardwaj committed Nov 15, 2024
1 parent b4c2e42 commit 788d029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/notify/alertmanager/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
slaAlertTemplate = "optimus-job-sla-miss"
successNotificationTemplate = "optimus-job-success"

ReplayLifeCycle ReplayEventType = "replay-lifecycle"
ReplayLifeCycle ReplayEventType = "replay_lifecycle"

InfoSeverity = "INFO"
WarningSeverity = "WARNING"
Expand Down

0 comments on commit 788d029

Please sign in to comment.