Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
waralexrom committed Sep 29, 2024
1 parent e94bbe7 commit 531b821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-schema-compiler/src/adapter/BaseQuery.js
Original file line number Diff line number Diff line change
Expand Up @@ -2151,7 +2151,7 @@ export class BaseQuery {
}

measureSql(measure) {
return this.evaluateSymbolSql(measure.path()[0], measure.path()[1], measure.measureDefinition());
return this.evaluateSymbolSql(measure.path()[0], measure.path()[1], measure.measureDefinition());
}

autoPrefixWithCubeName(cubeName, sql, isMemberExpr = false) {
Expand Down

0 comments on commit 531b821

Please sign in to comment.