Skip to content

Commit 8e27002

Browse files
committed
1 parent 78eefc8 commit 8e27002

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/services/JobCandidateProcessorService.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ const localLogger = {
2121
* @returns {undefined}
2222
*/
2323
async function updateCandidateStatus ({ type, payload, previousData }) {
24-
if (previousData.status === payload.status) {
25-
localLogger.debug({ context: 'updateCandidateStatus', message: `jobCandidate is already in status: ${payload.status}` })
26-
return
27-
}
24+
// if (previousData.status === payload.status) {
25+
// localLogger.debug({ context: 'updateCandidateStatus', message: `jobCandidate is already in status: ${payload.status}` })
26+
// return
27+
// }
2828
// if (!['rejected', 'shortlist',].includes(payload.status)) {
2929
if (!['client rejected - screening', 'client rejected - interview', 'interview', 'selected', 'withdrawn', 'withdrawn-prescreen'].includes(payload.status)) {
3030
localLogger.debug({ context: 'updateCandidateStatus', message: `not interested status: ${payload.status}` })

0 commit comments

Comments
 (0)