From ae412ab65d24c50aed118e2745e6c1b5fc534ece Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Fri, 24 Jan 2025 12:02:07 +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 fb050736..b0ac104c 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -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);