Fixed final ommision of Utils.DEFAULT_PROXY

This commit is contained in:
Samuel Crypto 2018-11-02 08:09:32 -04:00
parent 66cde07135
commit ca47c103f1

View file

@ -25,7 +25,7 @@ proxifiedContainers = {
resolve(success.proxy); resolve(success.proxy);
}, function() { }, function() {
resolve({ resolve({
type: "direct" Utils.DEFAULT_PROXY
}); });
}).catch((error) => { }).catch((error) => {
reject(error); reject(error);