mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
lint fix
This commit is contained in:
@@ -190,7 +190,7 @@ export class CipherService implements CipherServiceAbstraction {
|
|||||||
});
|
});
|
||||||
|
|
||||||
await Promise.all(promises);
|
await Promise.all(promises);
|
||||||
decCiphers.sort(this.getLocaleSortingFunction())
|
decCiphers.sort(this.getLocaleSortingFunction());
|
||||||
this.decryptedCipherCache = decCiphers;
|
this.decryptedCipherCache = decCiphers;
|
||||||
return this.decryptedCipherCache;
|
return this.decryptedCipherCache;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user