Skip to content

Commit 505dd11

Browse files
add interview n client rejected screening status
1 parent 63236bc commit 505dd11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/services/JobCandidateProcessorService.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ async function updateCandidateStatus ({ type, payload, previousData }) {
2525
localLogger.debug({ context: 'updateCandidateStatus', message: `jobCandidate is already in status: ${payload.status}` })
2626
return
2727
}
28-
if (!['rejected', 'shortlist'].includes(payload.status)) {
28+
//if (!['rejected', 'shortlist',].includes(payload.status)) {
29+
if (!['client rejected - screening', 'interview',].includes(payload.status)) {
2930
localLogger.debug({ context: 'updateCandidateStatus', message: `not interested status: ${payload.status}` })
3031
return
3132
}

0 commit comments

Comments
 (0)