remove imageUrl from notification data
This commit is contained in:
@ -23,7 +23,7 @@ export const sendNotification = async (
|
||||
const requestData: RequestData = {
|
||||
body,
|
||||
title,
|
||||
image,
|
||||
// image,
|
||||
notificationType: 'rule',
|
||||
data,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user