mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Merge pull request #9807 from ToolJet/fix/rest-api-multiform
Fix: RestAPI multiform request
This commit is contained in:
commit
3974b00087
1 changed files with 0 additions and 1 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue