fix(core): update
This commit is contained in:
@ -116,7 +116,7 @@ export class WebRequest {
|
||||
method: optionsArg.method,
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
...(optionsArg.headers || {})
|
||||
...(optionsArg.headers || {}),
|
||||
},
|
||||
body: optionsArg.body,
|
||||
});
|
||||
|
Reference in New Issue
Block a user