Skip to content

Commit

Permalink
Merge pull request #1910 from xanzy/fix/updated-by-id
Browse files Browse the repository at this point in the history
Fixes updated_by_id in the webhook event
  • Loading branch information
svanharmelen committed Apr 5, 2024
2 parents 05c7374 + af86d97 commit 0d20034
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 0d20034

Please sign in to comment.