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