Skip to content

Commit 6f6e791

Browse files
Fix typo
1 parent 16cc82d commit 6f6e791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobrunner/internal/incidentpoller/incidentpoller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (p *IncidentPoller) pollInner() error {
8585
}
8686

8787
// Slack webhook notifications
88-
for _, incident := range incidentsToProcess {\
88+
for _, incident := range incidentsToProcess {
8989
if p.slackWebhookUrl == "" {
9090
continue
9191
}

0 commit comments

Comments
 (0)