Correct typo (#416)

This commit is contained in:
Matt Gibson 2021-06-22 08:10:47 -04:00 committed by GitHub
parent 78ae9383fb
commit 18bf616e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ export class CryptoService implements CryptoServiceAbstraction {
}
async clearKeys(): Promise<any> {
await this.clearEncKey();
await this.clearKey();
await this.clearKeyHash();
await this.clearOrgKeys();
await this.clearEncKey();