We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7770fc7 commit 3a938d5Copy full SHA for 3a938d5
scripts/job-rcrm-status-migration/restore.js
@@ -30,7 +30,7 @@ async function restore () {
30
const updated = await jbs[j].update({ rcrmStatus: null })
31
summary++
32
totalSum++
33
- logger.info({ component: currentStep, message: `job with rcrmId ${rcrmIds[i]} status changed from ${oldStatus} to ${updated.status}` })
+ logger.info({ component: currentStep, message: `job with rcrmId ${rcrmIds[i]} status changed from ${oldStatus} to ${updated.rcrmStatus}` })
34
}
35
36
};
0 commit comments