Skip to content

Commit

Permalink
Merge pull request ToolJet#9807 from ToolJet/fix/rest-api-multiform
Browse files Browse the repository at this point in the history
Fix: RestAPI multiform request
  • Loading branch information
akshaysasidrn authored May 23, 2024
2 parents 4136010 + 7404968 commit 3974b00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/packages/restapi/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export default class RestapiQueryService implements QueryService {
...this.fetchHttpsCertsForCustomCA(sourceOptions),
headers: sanitizeHeaders(sourceOptions, queryOptions, hasDataSource),
searchParams,
...(isUrlEncoded ? { form: json } : { json }),
};

const hasFiles = (json) => {
Expand Down

0 comments on commit 3974b00

Please sign in to comment.