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