mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ function createInstance(defaultConfig) {
|
|||||||
utils.extend(instance, Axios.prototype, context, {allOwnKeys: true});
|
utils.extend(instance, Axios.prototype, context, {allOwnKeys: true});
|
||||||
|
|
||||||
// Copy context to instance
|
// Copy context to instance
|
||||||
utils.extend(instance, context, {allOwnKeys: true});
|
utils.extend(instance, context, null, {allOwnKeys: true});
|
||||||
|
|
||||||
// Factory for creating new instances
|
// Factory for creating new instances
|
||||||
instance.create = function create(instanceConfig) {
|
instance.create = function create(instanceConfig) {
|
||||||
|
|||||||
Reference in New Issue
Block a user