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.
2 parents c241d35 + 865ecaf commit da6b144Copy full SHA for da6b144
scripts/job-rcrm-status-migration/backup.js
@@ -15,7 +15,7 @@ async function backup () {
15
fs.rmdirSync(filePath, { recursive: true })
16
}
17
fs.mkdirSync(filePath)
18
- let { body: jobs } = await request.get('https://www.topcoder-dev.com/api/recruit/jobs?job_status=1')
+ let { body: jobs } = await request.get('https://www.topcoder.com/api/recruit/jobs?job_status=1')
19
jobs = jobs.map((item) => item.slug)
20
if (jobs && jobs.length > 0) {
21
try {
0 commit comments