Skip to content

Commit

Permalink
fix: filtrer uniquement sur les adresses retrouvées (#4023)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pomarom authored Jan 28, 2025
1 parent bd1fe7d commit 31bd696
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ export const getPaginatedEffectifsByMissionLocaleId = async (
{
$match: {
"apprenant.adresse.code_insee": { $exists: true },
"apprenant.adresse.code_postal": { $exists: true },
"apprenant.adresse.commune": { $exists: true },
},
},
{
Expand Down

0 comments on commit 31bd696

Please sign in to comment.