From a6d7fdf85d6ca1b576e7bcbbf42881da473a371c Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Thu, 7 Aug 2025 12:28:51 +0530 Subject: [PATCH] changes --- src/controllers/installationController.js | 1 + 1 file changed, 1 insertion(+) 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, + }, });