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