lint fix
This commit is contained in:
parent
ce4f683b96
commit
3e43dd7aac
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue