mirror of https://github.com/certd/certd
fix: 修复证书成功通知发送失败的bug
parent
c9d1c45d97
commit
0f5c69040b
|
@ -53,7 +53,7 @@ export type NotificationSendReq = {
|
|||
useDefault?: boolean;
|
||||
useEmail?: boolean;
|
||||
emailAddress?: string;
|
||||
logger?: ILogger;
|
||||
logger: ILogger;
|
||||
body: NotificationBody;
|
||||
};
|
||||
export interface INotificationService {
|
||||
|
|
Loading…
Reference in New Issue