Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed Nov 7, 2023
1 parent 3d6a7a9 commit 83ca6d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/meters/amberflo.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ func (m *Amberflo) Flush() error {
}

func (m *Amberflo) getValue(user MeterUser, meterName string, startTime time.Time, endTime time.Time, checkDims Dimensions) (float64, bool) {
// TODO: time period and aggregation is hardcoded as 1 day
cfg, ok := m.getcfg(meterName)
if !ok {
return 0, false
Expand Down

0 comments on commit 83ca6d1

Please sign in to comment.