aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/google/go-github/github/teams_discussion_comments.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/google/go-github/github/teams_discussion_comments.go')
-rw-r--r--vendor/github.com/google/go-github/github/teams_discussion_comments.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/google/go-github/github/teams_discussion_comments.go b/vendor/github.com/google/go-github/github/teams_discussion_comments.go
index 26d0e8c..383d559 100644
--- a/vendor/github.com/google/go-github/github/teams_discussion_comments.go
+++ b/vendor/github.com/google/go-github/github/teams_discussion_comments.go
@@ -21,7 +21,7 @@ type DiscussionComment struct {
DiscussionURL *string `json:"discussion_url,omitempty"`
HTMLURL *string `json:"html_url,omitempty"`
NodeID *string `json:"node_id,omitempty"`
- Number *int64 `json:"number,omitempty"`
+ Number *int `json:"number,omitempty"`
UpdatedAt *Timestamp `json:"updated_at,omitempty"`
URL *string `json:"url,omitempty"`
}