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 @@ -1129,7 +1129,7 @@ export class BaseQuery {
11291129 }
11301130
11311131 fullKeyQueryAggregateMeasures ( context ) {
1132- const measureToHierarchy = this . collectRootMeasureToHieararchy ( context ) ;
1132+ const measureToHierarchy = this . collectRootMeasureToHierarchy ( context ) ;
11331133 const allMemberChildren = this . collectAllMemberChildren ( context ) ;
11341134 const memberToIsMultiStage = this . collectAllMultiStageMembers ( allMemberChildren ) ;
11351135
@@ -1769,7 +1769,7 @@ export class BaseQuery {
17691769 } ] ] ;
17701770 }
17711771
1772- collectRootMeasureToHieararchy ( context ) {
1772+ collectRootMeasureToHierarchy ( context ) {
17731773 const notAddedMeasureFilters = R . flatten ( this . measureFilters . map ( f => f . getMembers ( ) ) )
17741774 . filter ( f => R . none ( m => m . measure === f . measure , this . measures ) ) ;
17751775
You can’t perform that action at this time.
0 commit comments