mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
lint fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user