fix(core): update
This commit is contained in:
parent
2817a65e21
commit
5ecdf7c9fd
@ -86,7 +86,7 @@ export class CertManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// otherwise lets continue
|
// otherwise lets continue
|
||||||
const existingCertificate = this.retrieveCertificate(certDomainArg);
|
const existingCertificate = await this.retrieveCertificate(certDomainArg);
|
||||||
if (existingCertificate) {
|
if (existingCertificate) {
|
||||||
return 'existing';
|
return 'existing';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user