Skip to content

Commit 842f859

Browse files
committed
fix
1 parent 13bd2f0 commit 842f859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/src/adapter/BaseQuery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export class BaseQuery {
227227
dimensions: this.options.dimensions,
228228
timeDimensions: this.options.timeDimensions,
229229
filters: this.options.filters,
230-
egments: this.options.segments,
230+
segments: this.options.segments,
231231
order: this.options.order,
232232
contextSymbols: this.options.contextSymbols,
233233
timezone: this.options.timezone,

0 commit comments

Comments
 (0)