We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8a679 commit bd46f88Copy full SHA for bd46f88
src/management/identities/identities-doublon.service.ts
@@ -8,9 +8,10 @@ export class IdentitiesDoublonService extends AbstractIdentitiesService {
8
const agg1 = [
9
{
10
$match: {
11
+ deletedFlag: { $eq: false},
12
state: { $ne: IdentityState.DONT_SYNC },
13
destFusionId: { $eq: null },
- 'inetOrgPerson.employeeType': {$ne: 'LOCAL'}
14
+ 'inetOrgPerson.employeeType': {$ne: 'LOCAL'},
15
},
16
17
@@ -53,9 +54,11 @@ export class IdentitiesDoublonService extends AbstractIdentitiesService {
53
54
const agg2 = [
55
56
57
58
59
60
'inetOrgPerson.employeeType': {$ne: 'LOCAL'},
61
+
62
63
64
0 commit comments