Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrisbattarbee committed Apr 4, 2024
1 parent 16cc82d commit 6f6e791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobrunner/internal/incidentpoller/incidentpoller.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func (p *IncidentPoller) pollInner() error {
}

// Slack webhook notifications
for _, incident := range incidentsToProcess {\
for _, incident := range incidentsToProcess {
if p.slackWebhookUrl == "" {
continue
}
Expand Down

0 comments on commit 6f6e791

Please sign in to comment.