Skip to content

Commit

Permalink
altro fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aziis98 authored Oct 7, 2023
1 parent bf40f3d commit 829f971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/public.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ async function staffQuery(req) {
matches.push({$match: {
$or: [
{ 'person.email': req.query.email },
{ 'person.alternativeEmail': req.query.email }
{ 'person.alternativeEmails': req.query.email }
]
}})
}
Expand Down

0 comments on commit 829f971

Please sign in to comment.