Skip to content

Commit

Permalink
fix: mongo agg query
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Sep 2, 2024
1 parent 50101bb commit da283b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/core/src/modules/reader/reader.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@ export class ReaderService {
_id: { $in: ids.map((id) => new Types.ObjectId(id)) },
}),
)
.toArray()
}
}

0 comments on commit da283b4

Please sign in to comment.