Skip to content

Commit bc35917

Browse files
migration prod
1 parent aebba9c commit bc35917

File tree

1 file changed

+1
-1
lines changed
  • scripts/job-rcrm-status-migration-v2

1 file changed

+1
-1
lines changed

scripts/job-rcrm-status-migration-v2/backup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async function backup () {
1616
fs.rmdirSync(filePath, { recursive: true })
1717
}
1818
fs.mkdirSync(filePath)
19-
let { body: jobs } = await request.get('https://www.topcoder-dev.com/api/recruit/jobs?job_status=1')
19+
let { body: jobs } = await request.get('https://www.topcoder.com/api/recruit/jobs?job_status=1')
2020
jobs = jobs.map((item) => item.slug)
2121
const backupJobs = []
2222
if (jobs && jobs.length > 0) {

0 commit comments

Comments
 (0)