Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashrockzzz2003 committed Oct 16, 2024
1 parent 1628c28 commit cdd2674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/adminController.js
Original file line number Diff line number Diff line change
Expand Up @@ -2266,7 +2266,7 @@ module.exports = {
if (check4.length == 0) {

return res.status(400).send({
"MESSAGE": `Malpractice\nName:${check[0].studentFullName}\nEmail:${check[0].studentEmail}\nStudent Didn't Mark Entry!`
"MESSAGE": `Malpractice\nName:${check[0].studentFullName}\nEmail:${check[0].studentEmail}\nStudent Didn't Mark Exit!`
});
}

Expand Down

0 comments on commit cdd2674

Please sign in to comment.