From af86d9763d8e105c1ba8223f985b77fa6a5029ef Mon Sep 17 00:00:00 2001 From: Sander van Harmelen Date: Fri, 5 Apr 2024 09:10:52 +0200 Subject: [PATCH] Fixes #1904 --- event_webhook_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event_webhook_types.go b/event_webhook_types.go index fa1fe5c7d..01b098308 100644 --- a/event_webhook_types.go +++ b/event_webhook_types.go @@ -512,7 +512,7 @@ type MergeCommentEvent struct { System bool `json:"system"` Type string `json:"type"` UpdatedAt string `json:"updated_at"` - UpdatedByID string `json:"updated_by_id"` + UpdatedByID int `json:"updated_by_id"` Description string `json:"description"` URL string `json:"url"` } `json:"object_attributes"`