mirror of
https://github.com/certd/certd.git
synced 2026-04-29 08:47:24 +08:00
fix: 修复证书成功通知发送失败的bug
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user