We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cc82d commit 6f6e791Copy full SHA for 6f6e791
jobrunner/internal/incidentpoller/incidentpoller.go
@@ -85,7 +85,7 @@ func (p *IncidentPoller) pollInner() error {
85
}
86
87
// Slack webhook notifications
88
- for _, incident := range incidentsToProcess {\
+ for _, incident := range incidentsToProcess {
89
if p.slackWebhookUrl == "" {
90
continue
91
0 commit comments