Skip to content

Commit a17205d

Browse files
committed
fix: typo
1 parent 07a1388 commit a17205d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/payload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ type Author struct {
881881
// Changes contains all changes associated with a GitLab issue or MR
882882
type Changes struct {
883883
LabelChanges LabelChanges `json:"labels"`
884-
DraftChanges DraftChanges `json:"drafts"`
884+
DraftChanges DraftChanges `json:"draft"`
885885
}
886886

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

0 commit comments

Comments
 (0)