Fixed final ommision of Utils.DEFAULT_PROXY
This commit is contained in:
parent
66cde07135
commit
ca47c103f1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ proxifiedContainers = {
|
|||
resolve(success.proxy);
|
||||
}, function() {
|
||||
resolve({
|
||||
type: "direct"
|
||||
Utils.DEFAULT_PROXY
|
||||
});
|
||||
}).catch((error) => {
|
||||
reject(error);
|
||||
|
|
Loading…
Add table
Reference in a new issue