From 80ebc0890aed788c6b08ed8a333c0c913eb2ccbe Mon Sep 17 00:00:00 2001 From: Varun Date: Thu, 5 Sep 2024 15:40:38 +0530 Subject: [PATCH] consumption --- 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 3714516a..661f9e9a 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -3903,7 +3903,7 @@ exports.getBlockData = async (req, reply) => { const uniqueBlockNames = [...new Set(blockNames)]; // Add "all" and "nduku sneha antha kopam" to the block names - uniqueBlockNames.unshift("All", "nduku sneha antha kopam","em sadistav cheppu"); + uniqueBlockNames.unshift("All"); // Send the unique blockNames in the response reply.code(200).send({ blockNames: uniqueBlockNames });