Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Dec 19, 2024
1 parent abee8c8 commit 3d93b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spaceone/config/service/public_config_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def get_accessible_configs(self, params: PublicConfigGetAccessibleConfigRequest)

if params.name:
query["filter"].append({
"key": "name ",
"key": "name",
"value": params.name,
"operator": "eq"
})
Expand Down

0 comments on commit 3d93b42

Please sign in to comment.