Skip to content

Commit 697e423

Browse files
ecruppergmlewis
andauthored
Update github/event_types.go
Co-authored-by: Glenn Lewis <[email protected]>
1 parent 980ddc6 commit 697e423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/event_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ type EditOwner struct {
368368

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

0 commit comments

Comments
 (0)