Skip to content

Commit

Permalink
Fix mislabeled relationship type
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsky committed Sep 20, 2020
1 parent e513c7a commit aa8d501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asc/testflight_beta_groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func (s *TestflightService) CreateBetaGroup(ctx context.Context, attributes Beta
req.Relationships.BetaTesters = &relationship
}
if len(buildIDs) > 0 {
relationship := newPagedRelationshipDeclaration(buildIDs, "betaTesters")
relationship := newPagedRelationshipDeclaration(buildIDs, "builds")
req.Relationships.Builds = &relationship
}
res := new(BetaGroupResponse)
Expand Down

0 comments on commit aa8d501

Please sign in to comment.