Skip to content

Commit

Permalink
πŸ€ getAdmins api updated to send id (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
SwayamRana808 authored May 18, 2024
1 parent 3ff04aa commit 115f049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/routes/admin/getAdmins.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const getAdminsAggregate = (match, page) => {
{ $match: match },
{
$project: {
_id: 0,
_id: 1,
firstName: 1,
lastName: 1,
username: 1,
Expand Down

0 comments on commit 115f049

Please sign in to comment.