File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/cubejs-schema-compiler/src/adapter Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1199,7 +1199,7 @@ export class BaseQuery {
11991199 }
12001200
12011201 fullKeyQueryAggregateMeasures ( context ) {
1202- const measureToHierarchy = this . collectRootMeasureToHieararchy ( context ) ;
1202+ const measureToHierarchy = this . collectRootMeasureToHierarchy ( context ) ;
12031203 const allMemberChildren = this . collectAllMemberChildren ( context ) ;
12041204 const memberToIsMultiStage = this . collectAllMultiStageMembers ( allMemberChildren ) ;
12051205
@@ -1855,7 +1855,7 @@ export class BaseQuery {
18551855 } ] ] ;
18561856 }
18571857
1858- collectRootMeasureToHieararchy ( context ) {
1858+ collectRootMeasureToHierarchy ( context ) {
18591859 const notAddedMeasureFilters = R . flatten ( this . measureFilters . map ( f => f . getMembers ( ) ) )
18601860 . filter ( f => R . none ( m => m . measure === f . measure , this . measures ) ) ;
18611861
You can’t perform that action at this time.
0 commit comments