Skip to content

Commit

Permalink
Add missing check when syncing lookup keys
Browse files Browse the repository at this point in the history
  • Loading branch information
synzen committed Dec 6, 2024
1 parent e4215ff commit eff0a7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/backend-api/src/features/users/users.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,9 @@ export class UsersService {
},
}
: {}),
feedRequestLookupKey: {
$exists: true,
},
},
},
{
Expand Down

0 comments on commit eff0a7c

Please sign in to comment.