From 667f6ca703fb8c041d7b38ec09f7e905b3865e8d Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Tue, 2 Sep 2025 13:38:50 +0530 Subject: [PATCH] changes --- src/controllers/installationController.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/controllers/installationController.js b/src/controllers/installationController.js index 7db01d74..7ca84932 100644 --- a/src/controllers/installationController.js +++ b/src/controllers/installationController.js @@ -649,12 +649,12 @@ exports.getAllDepartments = async (request, reply) => { }) ); - cityMatches.forEach((ho) => - responseData.push({ - officeType: "headOffice", - ...ho, - }) - ); + // cityMatches.forEach((ho) => + // responseData.push({ + // officeType: "headOffice", + // ...ho, + // }) + // ); responseData.push(...departments);