Skip to content

Commit ff85274

Browse files
committed
set organizationRole back
1 parent 5157b5d commit ff85274

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/server/api/src/app/user/user-service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ export const userService = {
290290
): Promise<UserWithOrganization> {
291291
return userRepo().save({
292292
...user,
293+
organizationRole: OrganizationRole.MEMBER,
293294
updated: dayjs().toISOString(),
294295
organizationId,
295296
});

0 commit comments

Comments
 (0)