Skip to content

Commit a338d8a

Browse files
committed
fix
1 parent e21d610 commit a338d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ export class CubeSymbols {
642642
try {
643643
const deps: any[] = [];
644644
this.resolveSymbolsCall(sql, (name) => {
645-
deps.push({ name, parent: undefined });
645+
deps.push({ name });
646646
const resolvedSymbol = this.resolveSymbol(
647647
cubeName,
648648
name

0 commit comments

Comments
 (0)