mirror of
https://github.com/tenrok/axios.git
synced 2026-06-14 18:42:33 +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});
|
||||
|
||||
// Copy context to instance
|
||||
utils.extend(instance, context, {allOwnKeys: true});
|
||||
utils.extend(instance, context, null, {allOwnKeys: true});
|
||||
|
||||
// Factory for creating new instances
|
||||
instance.create = function create(instanceConfig) {
|
||||
|
||||
Reference in New Issue
Block a user