Skip to content

Commit

Permalink
Fixed "endsAt" case
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Fau authored Nov 13, 2018
1 parent fd8cf39 commit 1a34240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webhook/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type Alert struct {
Labels map[string]string `json:"labels"`
Annotations map[string]string `json:"annotations"`
StartsAt string `json:"startsAt,omitempty"`
EndsAt string `json:"EndsAt,omitempty"`
EndsAt string `json:"endsAt,omitempty"`
GeneratorURL string `json:"generatorURL"`
}

Expand Down

0 comments on commit 1a34240

Please sign in to comment.