Skip to content

Commit

Permalink
attendance controller changes new route
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharjeel007305 committed May 31, 2022
1 parent e663664 commit 315f0cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/controllers/attendance_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,6 @@ module.exports.GetReportDailyAtt = async (req, res) => {
res.send({ Status: false, message: error.message })
})
}

module.exports.GetLastReport = async (req, res) => {
const aggr = [
{
Expand Down

0 comments on commit 315f0cc

Please sign in to comment.