2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00
This commit is contained in:
1000ch
2016-02-02 21:09:25 +09:00
parent 235f34312c
commit ca12c05882
+1 -1
View File
@@ -8,7 +8,7 @@ var DEFAULT_CONTENT_TYPE = {
};
module.exports = {
transformRequest: [function transformResponseJSON(data, headers) {
transformRequest: [function transformRequestJSON(data, headers) {
if (utils.isFormData(data)) {
return data;
}