From a666ad776aacde6092851e902187eef5d56e6e33 Mon Sep 17 00:00:00 2001 From: pm3512 Date: Wed, 3 Jan 2024 23:03:50 -0500 Subject: [PATCH] include users without profiles in participats table --- src/aggregations/participants.ts | 5 ----- 1 file changed, 5 deletions(-) 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",