mirror of https://github.com/certd/certd
fix: 修复证书成功通知发送失败的bug
parent
c9d1c45d97
commit
0f5c69040b
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue