Skip to content

Commit bde7689

Browse files
committed
chore: Use underscore for topic name
1 parent e921df1 commit bde7689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/alert/notifier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (a ConsecutiveFailureAlert) MarshalJSON() ([]byte, error) {
8585
// NewConsecutiveFailureAlert creates a new consecutive failure alert with defaults
8686
func NewConsecutiveFailureAlert(data ConsecutiveFailureData) ConsecutiveFailureAlert {
8787
return ConsecutiveFailureAlert{
88-
Topic: "alert.consecutive-failure",
88+
Topic: "alert.consecutive_failure",
8989
Timestamp: time.Now(),
9090
Data: data,
9191
}

0 commit comments

Comments
 (0)