Skip to content

Commit

Permalink
Update github/event_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
  • Loading branch information
ecrupper and gmlewis committed Apr 12, 2023
1 parent 980ddc6 commit 697e423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/event_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ type EditOwner struct {

// OwnerInfo represents the account info of the owner of the repo (could be User or Organization but both are User structs).
type OwnerInfo struct {
Actor *User `json:"user,omitempty"`
User *User `json:"user,omitempty"`
Org *User `json:"organization,omitempty"`
}

Expand Down

0 comments on commit 697e423

Please sign in to comment.