Temp commit

This commit is contained in:
Gowtham M 2026-02-09 14:48:42 +05:30
parent 8a3af678d6
commit 622b1bd332

View File

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