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, }