Dont send imageurl to firebase

This commit is contained in:
Jackson Harper
2022-12-09 17:29:34 +08:00
parent 8439b2e0ef
commit 19f02a8cea

View File

@ -57,7 +57,7 @@ export function notificationRouter() {
notification: {
title,
body,
imageUrl,
// imageUrl,
},
data,
tokens: tokens.map((token) => token.token),