remove imageUrl from notification data

This commit is contained in:
Hongbo Wu
2022-12-13 15:28:09 +08:00
parent f5120f8618
commit 710abbfaf0

View File

@ -23,7 +23,7 @@ export const sendNotification = async (
const requestData: RequestData = {
body,
title,
image,
// image,
notificationType: 'rule',
data,
}