Skip to content

Commit a920dfa

Browse files
ovrclaude[bot]
andauthored
Update packages/cubejs-api-gateway/src/gateway.ts
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
1 parent c8f5724 commit a920dfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1619,7 +1619,7 @@ class ApiGateway {
16191619
}
16201620

16211621
if (convertQuery.output !== 'rest') {
1622-
throw new Error(`Unexpected output parameter value '${convertQuery.input}'`);
1622+
throw new Error(`Unexpected output parameter value '${convertQuery.output}'`);
16231623
}
16241624

16251625
const result = await this.sqlServer.rest4sql(convertQuery.query, context.securityContext);

0 commit comments

Comments
 (0)