Skip to content

Commit

Permalink
include users without profiles in participats table
Browse files Browse the repository at this point in the history
  • Loading branch information
pm3512 committed Jan 4, 2024
1 parent 35522de commit a666ad7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/aggregations/participants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ export const getParticipantsPipeline = (
$expr: { company: null },
},
},
{
$match: {
profile: { $exists: true },
},
},
{
$lookup: {
from: "teams",
Expand Down

0 comments on commit a666ad7

Please sign in to comment.