Skip to content

Commit 72de5bb

Browse files
committed
remap
1 parent 18e1830 commit 72de5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-api-gateway/src/gateway.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ class ApiGateway {
11841184
const startTime = new Date().getTime();
11851185
const compilerApi = await this.getCompilerApi(context);
11861186

1187-
const normalizedQueriesPreRewrite: NormalizedQuery[] = queries.map((currentQuery) => normalizeQuery(currentQuery, persistent));
1187+
const normalizedQueriesPreRewrite: NormalizedQuery[] = queries.map((currentQuery) => remapToQueryAdapterFormat(normalizeQuery(currentQuery, persistent)));
11881188

11891189
let normalizedQueries: NormalizedQuery[] = await Promise.all(
11901190
queries.map(

0 commit comments

Comments
 (0)