Skip to content

Commit

Permalink
fix: modify code when update role type of USER
Browse files Browse the repository at this point in the history
Signed-off-by: Youngjin Jo <[email protected]>
  • Loading branch information
yjinjo committed Sep 30, 2024
1 parent d669a5c commit 48481a1
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 48481a1

Please sign in to comment.