Skip to content

Commit

Permalink
Merge branch 'main' into COST-3394/COST-4534-support-multiple-filters…
Browse files Browse the repository at this point in the history
…-per-field
  • Loading branch information
samdoran authored Jan 8, 2024
2 parents 1ef695f + ef98d21 commit 685cd2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions koku/subs/subs_data_messenger.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ def process_azure_row(self, row):
msg = self.build_subs_msg(
instance_id,
row["subs_account"],
str(start),
str(end),
start.isoformat(),
end.isoformat(),
row["subs_vcpu"],
row["subs_sla"],
row["subs_usage"],
Expand Down

0 comments on commit 685cd2c

Please sign in to comment.