diff --git a/src/aggregations/participants.ts b/src/aggregations/participants.ts index 15cbbe0..176e58b 100644 --- a/src/aggregations/participants.ts +++ b/src/aggregations/participants.ts @@ -49,11 +49,6 @@ export const getParticipantsPipeline = ( $expr: { company: null }, }, }, - { - $match: { - profile: { $exists: true }, - }, - }, { $lookup: { from: "teams",