mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Releasing 0.3.1
This commit is contained in:
Vendored
+1
-1
@@ -164,7 +164,7 @@ var axios =
|
||||
return utils.isObject(data) &&
|
||||
!utils.isFile(data) &&
|
||||
!utils.isBlob(data) ?
|
||||
JSON.stringify(data) : null;
|
||||
JSON.stringify(data) : data;
|
||||
}],
|
||||
|
||||
transformResponse: [function (data) {
|
||||
|
||||
Reference in New Issue
Block a user