fix(core): update

This commit is contained in:
2022-02-10 18:45:22 +01:00
parent 9c3187b2e9
commit 7d28f15f23
6 changed files with 12 additions and 26 deletions

View File

@ -116,7 +116,7 @@ export class WebRequest {
method: optionsArg.method,
headers: {
'Content-Type': 'application/json',
...(optionsArg.headers || {})
...(optionsArg.headers || {}),
},
body: optionsArg.body,
});