fix: 修复证书成功通知发送失败的bug

pull/273/head
xiaojunnuo 2024-12-12 17:28:33 +08:00
parent c9d1c45d97
commit 0f5c69040b
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ export type NotificationSendReq = {
useDefault?: boolean; useDefault?: boolean;
useEmail?: boolean; useEmail?: boolean;
emailAddress?: string; emailAddress?: string;
logger?: ILogger; logger: ILogger;
body: NotificationBody; body: NotificationBody;
}; };
export interface INotificationService { export interface INotificationService {