Skip to content

Commit abcb683

Browse files
committed
useful comment
1 parent 1234579 commit abcb683

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,8 @@ export class CubeSymbols {
11731173
};
11741174
}
11751175
if (cube[propertyName as string]) {
1176+
// We put cubeName at the beginning of the cubeReferenceProxy(), no need to add it again
1177+
// so let's cut it off from joinHints
11761178
return this.cubeReferenceProxy(cubeName, joinHints?.slice(0, -1), propertyName);
11771179
}
11781180
if (self.symbols[propertyName]) {

0 commit comments

Comments
 (0)