Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Zukqurnain committed May 13, 2022
1 parent 705eed1 commit 280cffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/controllers/attendance_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ module.exports.report = (req, res) => {
]
}, {
'$eq': [
'$ApprovedDetails.ActionTakenOn', true
'$Status', 'Approved'
]
}
]
Expand Down

0 comments on commit 280cffc

Please sign in to comment.