mirror of
https://github.com/apache/superset.git
synced 2026-07-28 17:42:40 +00:00
chore(sqllab): remove unused json param (#35065)
(cherry picked from commit 0defcb604b)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user