diff --git a/src/controllers/tanksController.js b/src/controllers/tanksController.js index 0817c04a..7141e94c 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -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);