Skip to content

Commit

Permalink
no betaTesterState
Browse files Browse the repository at this point in the history
  • Loading branch information
testflightgo committed Jul 8, 2023
1 parent 79d070b commit a463f12
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions asc/testflight_beta_testers.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,10 @@ type BetaTester struct {
//
// https://developer.apple.com/documentation/appstoreconnectapi/betatester/attributes
type BetaTesterAttributes struct {
Email *Email `json:"email,omitempty"`
FirstName *string `json:"firstName,omitempty"`
InviteType *BetaInviteType `json:"inviteType,omitempty"`
LastName *string `json:"lastName,omitempty"`
BetaTesterState *string `json:"betaTesterState,omitempty"`
Email *Email `json:"email,omitempty"`
FirstName *string `json:"firstName,omitempty"`
InviteType *BetaInviteType `json:"inviteType,omitempty"`
LastName *string `json:"lastName,omitempty"`
}

// BetaTesterRelationships defines model for BetaTester.Relationships
Expand Down

0 comments on commit a463f12

Please sign in to comment.