Typo fix
This commit is contained in:
@@ -24,9 +24,7 @@ proxifiedContainers = {
|
|||||||
proxifiedContainers.retrieve(cookieStoreId).then((success) => {
|
proxifiedContainers.retrieve(cookieStoreId).then((success) => {
|
||||||
resolve(success.proxy);
|
resolve(success.proxy);
|
||||||
}, function() {
|
}, function() {
|
||||||
resolve({
|
resolve(Utils.DEFAULT_PROXY);
|
||||||
Utils.DEFAULT_PROXY
|
|
||||||
});
|
|
||||||
}).catch((error) => {
|
}).catch((error) => {
|
||||||
reject(error);
|
reject(error);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user