master^2
Bhaskar 8 months ago
parent 2bec7f3e0b
commit ae412ab65d

@ -1766,7 +1766,7 @@ const sendNotification = async (fcmIds, title, body) => {
notification: { title, body }, notification: { title, body },
token, token,
data: { data: {
'target': '/tank_levels', 'target': '/route_navigation',
}, },
}); });
console.log(`Notification sent successfully to token: ${token}`, response); console.log(`Notification sent successfully to token: ${token}`, response);

Loading…
Cancel
Save