Skip to content

Commit 4ec732e

Browse files
committed
fix after conflict resolution
1 parent c54aa36 commit 4ec732e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ export class PreAggregations {
923923
)(preAggregations);
924924
}
925925

926-
getRollupPreAggregationByName(cube, preAggregationName) {
926+
public getRollupPreAggregationByName(cube, preAggregationName) {
927927
const canUsePreAggregation = () => true;
928928
const preAggregation = R.pipe(
929929
R.toPairs,

0 commit comments

Comments
 (0)