Skip to content

Commit 24bfa83

Browse files
authored
Merge pull request #25 from prawnsalad/fix/external_conn_format
2 parents f8fd039 + f4dd8e6 commit 24bfa83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/store/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@ const executeExternalQuery = async (
644644
// Build headers based on auth mode
645645
const headers: Record<string, string> = {
646646
"Content-Type": "application/x-www-form-urlencoded",
647+
format: "JSONCompact",
647648
};
648649

649650
if (connection.authMode === "api_key" && connection.apiKey) {

0 commit comments

Comments
 (0)