fix(core): update

This commit is contained in:
Philipp Kunz 2019-01-13 00:06:00 +01:00
parent c0271648fc
commit 3653cdc797

View File

@ -45,7 +45,7 @@ export class CertManager {
public async retrieveCertificate(domainName: string): Promise<Cert> {
await this.checkCerts();
const existingCertificate: Cert = await Cert.getInstance({
name: domainName
domainName
});
if(existingCertificate) {