Skip to content

Commit

Permalink
Merge pull request #308 from ImMin5/master
Browse files Browse the repository at this point in the history
Fix delete unified cost error
  • Loading branch information
ImMin5 authored Oct 22, 2024
2 parents 9ac3cd9 + be3ce69 commit 04d2cb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/spaceone/cost_analysis/service/unified_cost_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,10 +522,6 @@ def _delete_old_unified_costs(
{"key": "created_at", "value": created_at, "operator": "lt"},
],
}
if not is_confirmed:
query_filter["filter"].append(
{"key": "is_confirmed", "value": is_confirmed, "operator": "eq"}
)

_LOGGER.debug(
f"[delete_old_unified_costs] delete query filter conditions: {query_filter}"
Expand Down

0 comments on commit 04d2cb2

Please sign in to comment.