Skip to content

Commit 3a938d5

Browse files
correct rcrm restore log (#578)
* correct rcrm migration log * correct rcrm restore log
1 parent 7770fc7 commit 3a938d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/job-rcrm-status-migration/restore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async function restore () {
3030
const updated = await jbs[j].update({ rcrmStatus: null })
3131
summary++
3232
totalSum++
33-
logger.info({ component: currentStep, message: `job with rcrmId ${rcrmIds[i]} status changed from ${oldStatus} to ${updated.status}` })
33+
logger.info({ component: currentStep, message: `job with rcrmId ${rcrmIds[i]} status changed from ${oldStatus} to ${updated.rcrmStatus}` })
3434
}
3535
}
3636
};

0 commit comments

Comments
 (0)