We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5157b5d commit ff85274Copy full SHA for ff85274
1 file changed
packages/server/api/src/app/user/user-service.ts
@@ -290,6 +290,7 @@ export const userService = {
290
): Promise<UserWithOrganization> {
291
return userRepo().save({
292
...user,
293
+ organizationRole: OrganizationRole.MEMBER,
294
updated: dayjs().toISOString(),
295
organizationId,
296
});
0 commit comments