Skip to content

Commit 454dfba

Browse files
committed
Update identities.service.ts
1 parent 0ce3405 commit 454dfba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/management/identities/identities.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ export class IdentitiesService extends AbstractServiceSchema {
346346
const agg1 = [
347347
{
348348
$match: {
349-
state: { $ne: IdentityState.SYNCED },
349+
lastSync: { $eq: null },
350350
destFusionId: { $eq: null },
351351
},
352352
},

0 commit comments

Comments
 (0)