This commit is contained in:
amNobodyyy
2025-01-24 01:17:38 +05:30
parent add7192ccf
commit 1738012aa1
2 changed files with 2 additions and 3 deletions

View File

@@ -63,7 +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}`
facultyId: `${data.facultyId}`
}));
res.status(200).json(tableData);