Skip to content

Commit

Permalink
Merge pull request #387 from yjinjo/master
Browse files Browse the repository at this point in the history
Add return value
  • Loading branch information
yjinjo authored Oct 4, 2024
2 parents b787155 + ec47689 commit 0a711dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/spaceone/identity/service/workspace_group_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,8 @@ def update_user_info(
workspace_group_info.users = updated_users
return workspace_group_info.to_dict()

return {}

def get_users_info_list(
self,
new_users_info_list: List[Dict[str, str]],
Expand Down

0 comments on commit 0a711dc

Please sign in to comment.