Skip to content

Commit

Permalink
change InReplyToId to InReplyToID
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Karn authored Feb 12, 2019
1 parent e157e8e commit ac198c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -3749,7 +3749,7 @@ type PullRequestReviewCommentPayload struct {
Href string `json:"href"`
} `json:"pull_request"`
} `json:"_links"`
InReplyToId int64 `json:"in_reply_to_id"`
InReplyToID int64 `json:"in_reply_to_id"`
} `json:"comment"`
PullRequest struct {
URL string `json:"url"`
Expand Down

0 comments on commit ac198c9

Please sign in to comment.