Skip to content

Commit

Permalink
fix misspelling in trigger_summary_data's JSON key. (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwans authored and ranjib committed Sep 13, 2016
1 parent 5f23a83 commit 2379e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type IncidentDetail struct {
Service string `json:"service"`
AssignedToUser *json.RawMessage `json:"assigned_to_user"`
AssignedTo []string `json:"assigned_to"`
TriggerSummaryData *json.RawMessage `json:"trigger_summary_daya"`
TriggerSummaryData *json.RawMessage `json:"trigger_summary_data"`
TriggerDeatilsHTMLUrl string `json:"trigger_details_html_url"`
}

Expand Down

0 comments on commit 2379e4f

Please sign in to comment.