Skip to content

Commit 01bbe09

Browse files
committed
fix
1 parent c39c598 commit 01bbe09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export class JoinGraph {
5757
this.edges = {};
5858
this.builtJoins = {};
5959
this.cachedConnectedComponents = null;
60+
this.graph = null;
6061
}
6162

6263
public compile(cubes: unknown, errorReporter: ErrorReporter): void {

0 commit comments

Comments
 (0)