This commit is contained in:
Gowtham M 2025-11-07 12:10:11 +05:30
parent 215977dbd3
commit 76e972cf34

View File

@ -168,7 +168,7 @@ exports.adminDashboard = async (req, res) => {
}
const lastConfig = await QuarterlyWindowsConfiguration.findOne({ where: whereCond });
const QuarterlyWindows = await QuarterlyWindowsConfiguration.findOne({ where: whereCond });
const whereCond = {};
if (quarter) whereCond.quarter = quarter;
@ -234,6 +234,7 @@ exports.adminDashboard = async (req, res) => {
pending: pendingCount,
not_started: notStartedCount,
},
quarterly_windows : QuarterlyWindows,
recent_submissions: recentSubmissions,
});