mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
lint fix
This commit is contained in:
parent
ce4f683b96
commit
3e43dd7aac
@ -190,7 +190,7 @@ export class CipherService implements CipherServiceAbstraction {
|
||||
});
|
||||
|
||||
await Promise.all(promises);
|
||||
decCiphers.sort(this.getLocaleSortingFunction())
|
||||
decCiphers.sort(this.getLocaleSortingFunction());
|
||||
this.decryptedCipherCache = decCiphers;
|
||||
return this.decryptedCipherCache;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user