Skip to content

Commit 4169fc1

Browse files
committed
feat(api): add candidacyDropOut filter for inactive candidacies en attente
1 parent ef701fa commit 4169fc1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/reva-api/modules/candidacy/features/checkAndUpdateCandidaciesInactifEnAttente.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ export const checkAndUpdateCandidaciesInactifEnAttente = async () => {
3939
derniereDateActivite: {
4040
lte: thresholdDateBeforeFeasibilityAdmissible,
4141
},
42+
candidacyDropOut: {
43+
is: null,
44+
},
4245
},
4346
select: {
4447
id: true,
@@ -105,6 +108,9 @@ export const checkAndUpdateCandidaciesInactifEnAttente = async () => {
105108
derniereDateActivite: {
106109
lte: thresholdDateAfterFeasibilityAdmissible,
107110
},
111+
candidacyDropOut: {
112+
is: null,
113+
},
108114
},
109115
select: {
110116
id: true,

0 commit comments

Comments
 (0)