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

(cherry picked from commit 0defcb604b)
This commit is contained in:
JUST.in DO IT
2025-09-24 10:26:55 -07:00
committed by Joe Li
parent 96dc6aba33
commit e4b246cc03
5 changed files with 0 additions and 5 deletions

View File

@@ -334,7 +334,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,