Skip to content

Commit 93cf873

Browse files
committed
one more fix
1 parent 3b38a5f commit 93cf873

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
@@ -3876,6 +3876,12 @@ export class BaseQuery {
38763876
};
38773877
}
38783878

3879+
/**
3880+
*
3881+
* @param cube
3882+
* @param preAggregation
3883+
* @returns {BaseQuery}
3884+
*/
38793885
// eslint-disable-next-line consistent-return
38803886
preAggregationQueryForSqlEvaluation(cube, preAggregation) {
38813887
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)