- Notifications
You must be signed in to change notification settings - Fork928
Closed
Milestone
Description
coder/enterprise/coderd/userauth.go
Lines 27 to 33 in993c1a6
orgs,err:=tx.GetOrganizationsByUserID(ctx,userID) | |
iferr!=nil { | |
returnxerrors.Errorf("get user orgs: %w",err) | |
} | |
iflen(orgs)!=1 { | |
returnxerrors.Errorf("expected 1 org, got %d",len(orgs)) | |
} |
blocked by#11934
Metadata
Metadata
Assignees
Labels
No labels