refactor: monitoring order

This commit is contained in:
elangptra 2024-12-19 14:05:22 +07:00
parent b6885b4e89
commit 3082e950ce

View File

@ -361,7 +361,7 @@ export const monitoringStudentProgressById = async (req, res) => {
"STUDENT_START",
"STUDENT_FINISH",
],
order: [["STUDENT_FINISH", "DESC"]],
order: [["STUDENT_FINISH", "ASC"]],
distinct: true,
});