Skip to content

Commit c6b662b

Browse files
committed
Removed unused format var
1 parent c26723a commit c6b662b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/src/v3/apiClient/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,8 +1429,6 @@ export class ApiClient {
14291429
format: options?.format ?? "json",
14301430
};
14311431

1432-
const format = options?.format ?? "json";
1433-
// For JSON, use zodfetch
14341432
return zodfetch(
14351433
QueryExecuteResponseBody,
14361434
`${this.baseUrl}/api/v1/query`,

0 commit comments

Comments
 (0)