1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-27 12:36:14 +01:00
This commit is contained in:
Kyle Spearrin 2018-01-26 22:38:22 -05:00
parent ce4f683b96
commit 3e43dd7aac

View File

@ -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;
}