Fixed final ommision of Utils.DEFAULT_PROXY
This commit is contained in:
@@ -25,7 +25,7 @@ proxifiedContainers = {
|
||||
resolve(success.proxy);
|
||||
}, function() {
|
||||
resolve({
|
||||
type: "direct"
|
||||
Utils.DEFAULT_PROXY
|
||||
});
|
||||
}).catch((error) => {
|
||||
reject(error);
|
||||
|
||||
Reference in New Issue
Block a user