fix(core): update

This commit is contained in:
Philipp Kunz 2018-07-20 01:06:25 +02:00
parent 9eeb9c16b6
commit c0704eb2d8

View File

@ -36,6 +36,7 @@ export const postFormData = async (
await appendFormField(form, formField);
}
const requestOptions = Object.assign({}, optionsArg, {
method: 'POST',
headers: {
...(optionsArg.headers),
...form.getHeaders()