Skip to content

Commit

Permalink
Merge pull request #105 from uni-verse-fm/fb_messages
Browse files Browse the repository at this point in the history
fix_some_bugs
  • Loading branch information
naoualmedjoub authored Jul 20, 2022
2 parents 7cd4606 + 7d0493a commit 1caca65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messages/messages.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class MessagesService {
],
},
},
{ $group: { _id: '$dest' } },
{ $group: { _id: '$user' } },
{
$lookup: {
from: 'users',
Expand Down

0 comments on commit 1caca65

Please sign in to comment.