Merge branch 'master' of bitbucket.org:jubilian/fcsc_ipi_backend

This commit is contained in:
Gowtham M 2025-12-17 10:37:54 +05:30
commit 8865936100

View File

@ -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: [
[