Formatting change. Inlined catch.

This commit is contained in:
Matt Smith 2020-07-09 15:59:45 -05:00
parent 0d3b32a10d
commit ebaa69a15b
1 changed files with 1 additions and 2 deletions

View File

@ -337,8 +337,7 @@ export class CipherService implements CipherServiceAbstraction {
if (eqDomain.length && eqDomain.indexOf(domain) >= 0) {
matches = matches.concat(eqDomain);
}
}
catch {}
} catch {}
});
if (!matches.length) {