Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b89a652

Browse files
committedFeb 4, 2022
rcrm-migration prod ready
1 parent 6dd38c2 commit b89a652

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)
Please sign in to comment.