You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are storing the currency to the DB but it's not using it anywhere right now, from a caller PoV then the prices are just numbers without a reference.
We are storing the
currency
to the DB but it's not using it anywhere right now, from a caller PoV then the prices are just numbers without a reference.For me this info is lost on the
cost.NewState
https://github.com/cycloidio/terracost/blob/master/cost/state.go#L68 as we are not setting thecurrency
but the other values. Once it's inside of theComponent
I think it'll be dragged everywhere else.The text was updated successfully, but these errors were encountered: