Skip to content

Commit

Permalink
Merge pull request #24 from whdalsrnt/master
Browse files Browse the repository at this point in the history
fix: fix wrong response
  • Loading branch information
whdalsrnt authored Dec 26, 2021
2 parents cb1b9ba + d3370fe commit 51f2388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spaceone/config/info/user_config_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def UserConfigInfo(user_config_vo: UserConfig, minimal=False):
info.update({
'data': change_struct_type(user_config_vo.data),
'tags': change_struct_type(utils.tags_to_dict(user_config_vo.tags)),
'user_id': user_config_vo.user_id,
'domain_id': user_config_vo.domain_id,
'created_at': utils.datetime_to_iso8601(user_config_vo.created_at)
})
Expand Down

0 comments on commit 51f2388

Please sign in to comment.