Skip to content

Commit 9e16203

Browse files
omid-antSamMorrowDrums
authored andcommitted
fix: restore thread id in get_review_comments response
1 parent 5d47ccc commit 9e16203

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/github/minimal_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1547,7 +1547,7 @@ type MinimalReviewComment struct {
15471547

15481548
// MinimalReviewThread is the trimmed output type for PR review thread objects.
15491549
type MinimalReviewThread struct {
1550-
ID string
1550+
ID string `json:"id"`
15511551
IsResolved bool `json:"is_resolved"`
15521552
IsOutdated bool `json:"is_outdated"`
15531553
IsCollapsed bool `json:"is_collapsed"`

0 commit comments

Comments
 (0)