mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove imageUrl from notification data
This commit is contained in:
parent
f5120f8618
commit
710abbfaf0
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export const sendNotification = async (
|
|||
const requestData: RequestData = {
|
||||
body,
|
||||
title,
|
||||
image,
|
||||
// image,
|
||||
notificationType: 'rule',
|
||||
data,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue