Skip to content

Commit

Permalink
chore: usage cost mocked (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan authored Oct 4, 2024
1 parent 259af16 commit 35d7505
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/drivers/grpc/usage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ impl From<UsageReport> for proto::UsageReport {
resource_spec: value.resource_spec,
units: value.units,
tier: value.tier,
cost: 0.0,
period: value.period,
}
}
Expand Down

0 comments on commit 35d7505

Please sign in to comment.