Skip to content

Commit 13d0113

Browse files
committed
fix tsc errors
1 parent 7fba9e3 commit 13d0113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/src/compiler/CubeToMetaTransformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export class CubeToMetaTransformer implements CompilerInterface {
135135

136136
private readonly cubeSymbols: CubeEvaluator;
137137

138-
private readonly cubeEvaluator: CubeEvaluator;
138+
public readonly cubeEvaluator: CubeEvaluator;
139139

140140
private readonly contextEvaluator: ContextEvaluator;
141141

0 commit comments

Comments
 (0)