From cdd2674a48268fe689bdab7d2d13a15692e1b3c6 Mon Sep 17 00:00:00 2001 From: Ashrockzzz2003 Date: Wed, 16 Oct 2024 11:25:09 +0530 Subject: [PATCH] Update comment. --- controller/adminController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/adminController.js b/controller/adminController.js index a3cfc03..e62bcef 100644 --- a/controller/adminController.js +++ b/controller/adminController.js @@ -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!` }); }