Skip to content

Commit ac198c9

Browse files
author
Dean Karn
authored
change InReplyToId to InReplyToID
1 parent e157e8e commit ac198c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/payload.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3749,7 +3749,7 @@ type PullRequestReviewCommentPayload struct {
37493749
Href string `json:"href"`
37503750
} `json:"pull_request"`
37513751
} `json:"_links"`
3752-
InReplyToId int64 `json:"in_reply_to_id"`
3752+
InReplyToID int64 `json:"in_reply_to_id"`
37533753
} `json:"comment"`
37543754
PullRequest struct {
37553755
URL string `json:"url"`

0 commit comments

Comments
 (0)