Skip to content

Commit e7f8c9f

Browse files
committed
one more fix
1 parent 4ec732e commit e7f8c9f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3872,6 +3872,12 @@ export class BaseQuery {
38723872
};
38733873
}
38743874

3875+
/**
3876+
*
3877+
* @param cube
3878+
* @param preAggregation
3879+
* @returns {BaseQuery}
3880+
*/
38753881
// eslint-disable-next-line consistent-return
38763882
preAggregationQueryForSqlEvaluation(cube, preAggregation) {
38773883
if (preAggregation.type === 'autoRollup') {

packages/cubejs-schema-compiler/src/adapter/PreAggregations.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-nocheck
21
import R from 'ramda';
32

43
import { CubeSymbols } from '../compiler/CubeSymbols';

0 commit comments

Comments
 (0)