Establishment dashboard
This commit is contained in:
parent
03f47951e8
commit
bfcb624e3c
@ -151,11 +151,10 @@ exports.getEstablishmentDashboard = async (req, res) => {
|
||||
// if not submitted yet → add for start survey
|
||||
if (!submissionMatch) {
|
||||
surveyReady.push({
|
||||
quarterId: q.id,
|
||||
year: q.year,
|
||||
quarter: q.quarter,
|
||||
start_date: q.start_date,
|
||||
end_date: q.end_date,
|
||||
year: q.year,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user