Skip to content

setUserGroups requires 1 org #11938

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Emyrk opened this issue Jan 30, 2024 · 0 comments · Fixed by #12146
Closed

setUserGroups requires 1 org #11938

Emyrk opened this issue Jan 30, 2024 · 0 comments · Fixed by #12146

Comments

@Emyrk
Copy link
Member

Emyrk commented Jan 30, 2024

orgs, err := tx.GetOrganizationsByUserID(ctx, userID)
if err != nil {
return xerrors.Errorf("get user orgs: %w", err)
}
if len(orgs) != 1 {
return xerrors.Errorf("expected 1 org, got %d", len(orgs))
}

blocked by #11934

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant