Skip to content

Commit e04e611

Browse files
authored
Merge branch 'main' into BE-feature-Add-Logger
2 parents ad66b5c + ac16cfc commit e04e611

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Controllers/feedbackController.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ const submitFeedBack = async (req, res) => {
5959
};
6060
await exerciseInfo.create(add_User_To_ExerciseInfo_Table);
6161
await FeedbackRequest.create(feedBackRequestData);
62-
// await studentNotification(feedBackRequestData);
62+
studentNotification(feedBackRequestData);
63+
6364
}
6465

6566
res.status(200).json({ data: feedBackRequestData });

0 commit comments

Comments
 (0)