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