Skip to content

Commit

Permalink
fix: fix delete unified cost error
Browse files Browse the repository at this point in the history
Signed-off-by: ImMin5 <[email protected]>
  • Loading branch information
ImMin5 committed Oct 22, 2024
1 parent 9ac3cd9 commit be3ce69
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 be3ce69

Please sign in to comment.