Skip to content

Commit

Permalink
fix: fix append query filter for cost report config 'domain' -> 'doma…
Browse files Browse the repository at this point in the history
…in_id'
  • Loading branch information
ImMin5 committed Jun 20, 2024
1 parent 3afb471 commit a9fbbde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def get(
permission="cost-analysis:CostReportConfig.read",
role_types=["DOMAIN_ADMIN", "WORKSPACE_OWNER"],
)
@append_query_filter(["state", "domain", "cost_report_config_id"])
@append_query_filter(["state", "domain_id", "cost_report_config_id"])
@convert_model
def list(
self, params: CostReportConfigSearchQueryRequest
Expand Down

0 comments on commit a9fbbde

Please sign in to comment.