Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xNok committed Dec 27, 2023
1 parent 07a1388 commit a17205d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ type Author struct {
// Changes contains all changes associated with a GitLab issue or MR
type Changes struct {
LabelChanges LabelChanges `json:"labels"`
DraftChanges DraftChanges `json:"drafts"`
DraftChanges DraftChanges `json:"draft"`
}

// LabelChanges contains changes in labels associated with a GitLab issue or MR
Expand Down

0 comments on commit a17205d

Please sign in to comment.