ashok 1 month ago
commit 0a3232cf38

@ -593,7 +593,7 @@ exports.getAllDepartments = async (request, reply) => {
}));
// 🔹 Build response
const responseData = [{ firstName: "Self" }];
const responseData = [{ firstName: "Self" },{ reportingManager: "Self" }];
branchMatches.forEach((br) =>
responseData.push({

Loading…
Cancel
Save