1
1
mirror of https://github.com/cooperspencer/gickup synced 2024-10-18 07:38:08 +02:00

rename to comments_list

This commit is contained in:
Andreas Wachter 2024-09-29 12:33:29 +02:00
parent 4dc9d8c068
commit bbfba19663

@ -563,5 +563,5 @@ func (s3 S3Repo) GetKey(accessString string) (string, error) {
// GithubIssue
type GithubIssue struct {
github.Issue
CommentList []*github.IssueComment
CommentList []*github.IssueComment `json:"comments_list"`
}