fix(core): update

This commit is contained in:
Philipp Kunz 2019-01-13 19:40:32 +01:00
parent b26f7ac3e9
commit 6edbf3cb46

View File

@ -64,8 +64,8 @@ export class CertManager {
*/ */
public async storeCertificate(optionsArg: ICert) { public async storeCertificate(optionsArg: ICert) {
const cert = new Cert(optionsArg); const cert = new Cert(optionsArg);
cert.save(); await cert.save();
}; }
public async deleteCertificate(domainNameArg: string) { public async deleteCertificate(domainNameArg: string) {