1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00: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); await Promise.all(promises);
decCiphers.sort(this.getLocaleSortingFunction()) decCiphers.sort(this.getLocaleSortingFunction());
this.decryptedCipherCache = decCiphers; this.decryptedCipherCache = decCiphers;
return this.decryptedCipherCache; return this.decryptedCipherCache;
} }