Skip to content

Commit

Permalink
Fixed order
Browse files Browse the repository at this point in the history
  • Loading branch information
smit-modi committed Apr 14, 2023
1 parent ba9a237 commit f459ed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions event_webhook_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ type IssueCommentEvent struct {
ProjectID int `json:"project_id"`
MilestoneID int `json:"milestone_id"`
AuthorID int `json:"author_id"`
Position int `json:"position"`
BranchName string `json:"branch_name"`
Description string `json:"description"`
State string `json:"state"`
Title string `json:"title"`
Expand All @@ -247,8 +249,6 @@ type IssueCommentEvent struct {
HumanTimeEstimate string `json:"human_time_estimate"`
AssigneeIDs []int `json:"assignee_ids"`
AssigneeID int `json:"assignee_id"`
Position int `json:"position"`
BranchName string `json:"branch_name"`
} `json:"issue"`
}

Expand Down

0 comments on commit f459ed3

Please sign in to comment.