Typo fix
This commit is contained in:
parent
ca47c103f1
commit
15d8f31b26
1 changed files with 1 additions and 3 deletions
|
@ -24,9 +24,7 @@ proxifiedContainers = {
|
|||
proxifiedContainers.retrieve(cookieStoreId).then((success) => {
|
||||
resolve(success.proxy);
|
||||
}, function() {
|
||||
resolve({
|
||||
Utils.DEFAULT_PROXY
|
||||
});
|
||||
resolve(Utils.DEFAULT_PROXY);
|
||||
}).catch((error) => {
|
||||
reject(error);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue