Skip to content

Commit 4fba169

Browse files
committed
chore: Test stuff
1 parent ec38b0d commit 4fba169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/api/grpc/user/v2/user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func (s *Server) AddHumanUser(ctx context.Context, req *connect.Request[user.Add
2727
}
2828

2929
// Automatically grant ORG_USER_SELF_MANAGER to new users so they can delete their own account if they want to.
30-
if _, err = s.command.ChangeOrgMember(ctx, &command.ChangeOrgMember{
30+
if _, err = s.command.AddOrgMember(ctx, &command.AddOrgMember{
3131
UserID: human.ID,
3232
OrgID: orgID,
3333
Roles: []string{"ORG_USER_SELF_MANAGER"},

0 commit comments

Comments
 (0)