return single ProxyInfo object when advanced proxy

This commit is contained in:
luke crouch 2022-02-09 14:47:59 -06:00
parent e4a7658a33
commit a3e978338a

View file

@ -198,7 +198,7 @@ window.assignManager = {
} }
if (!result.proxy.mozProxyEnabled) { if (!result.proxy.mozProxyEnabled) {
return [{ ...result.proxy, proxyDNS: true }]; return { ...result.proxy, proxyDNS: true };
} }
// Let's add the isolation key. // Let's add the isolation key.