diff --git a/src/controllers/installationController.js b/src/controllers/installationController.js index 93524d6b..78df232c 100644 --- a/src/controllers/installationController.js +++ b/src/controllers/installationController.js @@ -325,6 +325,7 @@ exports.getAllDepartments = async (request, reply) => { ? "Departments retrieved successfully" : "No departments found with the given departmentName", data: responseData, + }, });