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 });