ashok 1 month ago
commit 9abca9d49e

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

Loading…
Cancel
Save