Skip to content

Commit

Permalink
fix(teams): revert ChannelURL mapping to preserve backward compatibil…
Browse files Browse the repository at this point in the history
…ity with saved TICKscripts
  • Loading branch information
sranka committed Jun 9, 2021
1 parent 5bbdec6 commit d28eb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/alert.go
Original file line number Diff line number Diff line change
Expand Up @@ -2248,7 +2248,7 @@ type TeamsHandler struct {

// Teams channel webhook URL to post messages.
// If empty uses the URL from the configuration.
ChannelURL string `json:"channel-url"`
ChannelURL string `json:"channel_url"`
}

// Send the alert to ServiceNow.
Expand Down

0 comments on commit d28eb05

Please sign in to comment.