From 0f5c69040ba77340c909813220a26bc7ddada3ea Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 12 Dec 2024 17:28:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AF=81=E4=B9=A6?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E9=80=9A=E7=9F=A5=E5=8F=91=E9=80=81=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/pipeline/src/notification/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/pipeline/src/notification/api.ts b/packages/core/pipeline/src/notification/api.ts index 035f951b..161ca196 100644 --- a/packages/core/pipeline/src/notification/api.ts +++ b/packages/core/pipeline/src/notification/api.ts @@ -53,7 +53,7 @@ export type NotificationSendReq = { useDefault?: boolean; useEmail?: boolean; emailAddress?: string; - logger?: ILogger; + logger: ILogger; body: NotificationBody; }; export interface INotificationService {