From 248aa469b8876c0657e1c1ef6298c129fbea9ebf Mon Sep 17 00:00:00 2001 From: Varun Date: Fri, 21 Mar 2025 12:20:21 +0530 Subject: [PATCH] changes --- 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 8840dc97..be0065fe 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -7237,4 +7237,4 @@ exports.notificationTiming = async (req, reply) => { await User.updateOne({ customerId }, { notificationPreference }); return reply.send({ message: "Preference updated successfully" }); -} \ No newline at end of file +}