Skip to content

Commit

Permalink
Merge pull request #3 from fravega/master
Browse files Browse the repository at this point in the history
Fixed "endsAt" case
  • Loading branch information
gmauleon authored Nov 14, 2018
2 parents fd8cf39 + 1a34240 commit 004ef2b
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 004ef2b

Please sign in to comment.