We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26723a commit c6b662bCopy full SHA for c6b662b
packages/core/src/v3/apiClient/index.ts
@@ -1429,8 +1429,6 @@ export class ApiClient {
1429
format: options?.format ?? "json",
1430
};
1431
1432
- const format = options?.format ?? "json";
1433
- // For JSON, use zodfetch
1434
return zodfetch(
1435
QueryExecuteResponseBody,
1436
`${this.baseUrl}/api/v1/query`,
0 commit comments