master^2
Bhaskar 9 months ago
parent a751716853
commit 3a9fa0fa5a

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

Loading…
Cancel
Save