From ac198c9e6ac4688f6a29d10de34cd1a0cf6e8d9f Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Tue, 12 Feb 2019 06:52:07 -0800 Subject: [PATCH] change InReplyToId to InReplyToID --- github/payload.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/payload.go b/github/payload.go index c0c111d..69d0c77 100644 --- a/github/payload.go +++ b/github/payload.go @@ -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"`