Skip to content

Commit

Permalink
Merge pull request #1131 from openmeterio/fix/engine-windowing
Browse files Browse the repository at this point in the history
fix: engine cannot query windowed data
  • Loading branch information
tothandras authored Jul 1, 2024
2 parents 19ce260 + edd05dc commit 54562d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/entitlement/metered/grant_owner_adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ func (e *entitlementGrantOwner) GetMeter(ctx context.Context, owner credit.Names

queryParams := &streaming.QueryParams{
Aggregation: meter.Aggregation,
WindowSize: &meter.WindowSize,
}

if feature.MeterGroupByFilters != nil {
Expand Down

0 comments on commit 54562d5

Please sign in to comment.