no message
This commit is contained in:
3
.output/server/node_modules/axios/lib/defaults/index.js
generated
vendored
3
.output/server/node_modules/axios/lib/defaults/index.js
generated
vendored
@@ -51,9 +51,6 @@ const defaults = {
|
||||
const isFormData = utils.isFormData(data);
|
||||
|
||||
if (isFormData) {
|
||||
if (!hasJSONContentType) {
|
||||
return data;
|
||||
}
|
||||
return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user