fix(core): update

This commit is contained in:
2020-05-17 16:21:25 +00:00
parent f70684b773
commit 9da9ebb01e
5 changed files with 70 additions and 11 deletions

View File

@ -124,7 +124,7 @@ export class SmartAcme {
} else if (retrievedCertificate && !retrievedCertificate.shouldBeRenewed()) {
return retrievedCertificate;
} else if (retrievedCertificate && retrievedCertificate.shouldBeRenewed()) {
// await retrievedCertificate.delete();
await retrievedCertificate.delete();
}
// lets make sure others get the same interest