@ -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({