diff --git a/app/controllers/dashboard.controller.js b/app/controllers/dashboard.controller.js index e6af8ff..04fdf26 100644 --- a/app/controllers/dashboard.controller.js +++ b/app/controllers/dashboard.controller.js @@ -71,7 +71,7 @@ exports.getEstablishmentDashboard = async (req, res) => { const submission_history = await Submission.findAll({ where: { establishment_id }, order: [["created_at", "DESC"]], - limit: 5, + // limit: 5, attributes: { include: [ [