From 622b1bd33239f2fa0fb93fb884134d2f8514e2a1 Mon Sep 17 00:00:00 2001 From: Gowtham M Date: Mon, 9 Feb 2026 14:48:42 +0530 Subject: [PATCH] Temp commit --- app/controllers/dashboard.controller.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/controllers/dashboard.controller.js b/app/controllers/dashboard.controller.js index 26a8560..d2eb4d8 100644 --- a/app/controllers/dashboard.controller.js +++ b/app/controllers/dashboard.controller.js @@ -159,11 +159,12 @@ exports.getEstablishmentDashboard = async (req, res) => { year: q.year, quarter: q.quarter, establishment_id: establishment_id , - status: { - [Op.ne]: "Draft", // not equal - }, } }); + + // status: { + // [Op.ne]: "Draft", // not equal + // }, // if not submitted yet → add for start survey if (!submissionMatch) {