This commit is contained in:
Kyle Spearrin 2018-01-26 22:38:22 -05:00
parent ce4f683b96
commit 3e43dd7aac
1 changed files with 1 additions and 1 deletions

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