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