mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
Formatting change. Inlined catch.
This commit is contained in:
parent
0d3b32a10d
commit
ebaa69a15b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user