fix(core): update
This commit is contained in:
		@@ -64,8 +64,8 @@ export class CertManager {
 | 
			
		||||
   */
 | 
			
		||||
  public async storeCertificate(optionsArg: ICert) {
 | 
			
		||||
    const cert = new Cert(optionsArg);
 | 
			
		||||
    cert.save();
 | 
			
		||||
  };
 | 
			
		||||
    await cert.save();
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  public async deleteCertificate(domainNameArg: string) {
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user