change InReplyToId to InReplyToID

This commit is contained in:
Dean Karn
2019-02-12 06:52:07 -08:00
committed by GitHub
parent e157e8e469
commit ac198c9e6a
+1 -1
View File
@@ -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"`