Skip to content

Commit

Permalink
Fixes #1904
Browse files Browse the repository at this point in the history
  • Loading branch information
svanharmelen committed Apr 5, 2024
1 parent 05c7374 commit af86d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_webhook_types.go
Expand Up @@ -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"`
Expand Down

0 comments on commit af86d97

Please sign in to comment.