Skip to content

Commit 84384b9

Browse files
Merge branch 'master' into dev
2 parents e0fb9c6 + e09428d commit 84384b9

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

Lines changed: 1 addition & 1 deletion
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)