From 710abbfaf078ebaca2fb8b43223b5ada0533c857 Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Tue, 13 Dec 2022 15:28:09 +0800 Subject: [PATCH] remove imageUrl from notification data --- packages/rule-handler/src/notification.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rule-handler/src/notification.ts b/packages/rule-handler/src/notification.ts index 79c5c2a52..092f2440e 100644 --- a/packages/rule-handler/src/notification.ts +++ b/packages/rule-handler/src/notification.ts @@ -23,7 +23,7 @@ export const sendNotification = async ( const requestData: RequestData = { body, title, - image, + // image, notificationType: 'rule', data, }