File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ type EditIssueCommentOption struct {
39
39
// CommentReaction represent comment reactions
40
40
type CommentReaction struct {
41
41
// required: true
42
- Reaction string `json:"reaction"`
42
+ Reaction string `json:"reaction"`
43
43
// required: true
44
- Users []* string `json:"users"`
45
- Count int64 `json:"count"`
44
+ Users []* string `json:"users"`
45
+ Count int64 `json:"count"`
46
46
}
47
47
48
48
// CommentReactionList is a list of comment reactions
Original file line number Diff line number Diff line change @@ -399,8 +399,6 @@ func GetCommentReactions(ctx *context.APIContext, form api.CommentReactionList)
399
399
// swagger:operation GET /repos/{owner}/{repo}/issues/comments/{id}/reactions issue issueGetCommentReactions
400
400
// ---
401
401
// summary: Return all reactions of a specific comment
402
- // consumes:
403
- // - application/json
404
402
// produces:
405
403
// - application/json
406
404
// parameters:
You can’t perform that action at this time.
0 commit comments