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);
}, function() {
resolve({
type: "direct"
Utils.DEFAULT_PROXY
});
}).catch((error) => {
reject(error);