auto email

This commit is contained in:
amNobodyyy
2025-01-24 01:11:21 +05:30
parent 2841638ba5
commit add7192ccf
2 changed files with 115 additions and 105 deletions

View File

@@ -63,6 +63,7 @@ router.get("/consolidated-table", async (req, res) => {
paperSetting: data.tasks.has("paperSetting") ? "✔" : "",
moderation: data.tasks.has("moderation") ? "✔" : "",
pwdPaperSetting: data.tasks.has("pwdPaperSetter") ? "✔" : "",
key: `${data.facultyId}`
}));
res.status(200).json(tableData);