chore(sqllab): remove unused json param (#35065)

This commit is contained in:
JUST.in DO IT
2025-09-24 10:26:55 -07:00
committed by GitHub
parent 94686ddfbe
commit 0defcb604b
5 changed files with 0 additions and 5 deletions

View File

@@ -338,7 +338,6 @@ export function runQuery(query, runPreviewOnly) {
const postPayload = {
client_id: query.id,
database_id: query.dbId,
json: true,
runAsync: query.runAsync,
catalog: query.catalog,
schema: query.schema,