Skip to content

Commit

Permalink
fix: community web url (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
LieutenantRoger authored Oct 25, 2021
1 parent 1a6fd41 commit 865ecaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/job-rcrm-status-migration/backup.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function backup () {
fs.rmdirSync(filePath, { recursive: true })
}
fs.mkdirSync(filePath)
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')
jobs = jobs.map((item) => item.slug)
if (jobs && jobs.length > 0) {
try {
Expand Down

0 comments on commit 865ecaf

Please sign in to comment.