From a17205d83dba2ae52120a3289b5be81e102f43b1 Mon Sep 17 00:00:00 2001 From: Alexandre Couedelo Date: Wed, 27 Dec 2023 14:34:40 +0000 Subject: [PATCH] fix: typo --- gitlab/payload.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/payload.go b/gitlab/payload.go index cdf9fb4..446a237 100644 --- a/gitlab/payload.go +++ b/gitlab/payload.go @@ -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