From 3a9fa0fa5a7765d757c7376e4b64deed1b337657 Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Fri, 14 Feb 2025 12:05:37 +0530 Subject: [PATCH] chnages --- src/controllers/tanksController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);