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