Skip to content

Commit

Permalink
fix(api): 3528 - suppression du filtre sur les PDR lors de l'affectat…
Browse files Browse the repository at this point in the history
…ion manuel d'un jeune (#4436)

Co-authored-by: C2Chandelier <[email protected]>
  • Loading branch information
2 people authored and C2Chandelier committed Oct 10, 2024
1 parent 82469e6 commit 8ecd1d1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ router.get("/ligneToPoint/:cohort/:centerId", passport.authenticate("referent",
const meetingPoints = await PointDeRassemblementModel.find({
_id: { $in: meetingPointIds },
$or: [{ name: { $regex: regex } }, { city: { $regex: regex } }, { department: { $regex: regex } }, { region: { $regex: regex } }],
deletedAt: { $exists: false },
});

//build final Array since client wait for ligneToPoint + meetingPoint + ligneBus
Expand Down

0 comments on commit 8ecd1d1

Please sign in to comment.