Skip to content

Commit eff0a7c

Browse files
committed
Add missing check when syncing lookup keys
1 parent e4215ff commit eff0a7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/backend-api/src/features/users/users.service.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,9 @@ export class UsersService {
592592
},
593593
}
594594
: {}),
595+
feedRequestLookupKey: {
596+
$exists: true,
597+
},
595598
},
596599
},
597600
{

0 commit comments

Comments
 (0)