Skip to content

Commit

Permalink
Merge pull request #130 from stat-kwon/master
Browse files Browse the repository at this point in the history
fix: fix typo
  • Loading branch information
stat-kwon authored Jan 4, 2024
2 parents f432f79 + 0adf2c9 commit 57224bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/spaceone/cost_analysis/manager/secret_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ def delete_secret(self, secret_id: str):
def list_secrets(self, query: dict, domain_id: str = None) -> dict:
params = {"query": query}

if domain_id:
params["domain_id"] = domain_id

if self.token_type == "SYSTEM_TOKEN":
return self.secret_connector.dispatch(
"Secret.list", params, x_domain_id=domain_id
Expand Down

0 comments on commit 57224bd

Please sign in to comment.