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 11e5921 commit 7770fc7Copy full SHA for 7770fc7
scripts/job-rcrm-status-migration/migration.js
@@ -30,7 +30,7 @@ async function migration () {
30
const updated = await jbs[j].update({ rcrmStatus: 'Open' })
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