Skip to content

Commit

Permalink
Merge pull request #379 from yjinjo/master
Browse files Browse the repository at this point in the history
Modify code when updating role type of USER
  • Loading branch information
yjinjo authored Sep 30, 2024
2 parents 0f20885 + 48481a1 commit 86878cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def update_role(
self.workspace_group_svc.check_role_type(role_type)

self.workspace_group_svc.update_user_role_of_workspace_group(
role_id, role_type, user_id, workspace_group_id, domain_id
role_id, role_type, target_user_id, workspace_group_id, domain_id
)

update_workspace_group_params = {"users": workspace_group_vo.users or []}
Expand Down

0 comments on commit 86878cb

Please sign in to comment.