Skip to content

Commit aac522e

Browse files
reset url
1 parent 83ef059 commit aac522e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async function backup () {
1515
fs.rmdirSync(filePath, { recursive: true })
1616
}
1717
fs.mkdirSync(filePath)
18-
let { body: jobs } = await request.get('https://www.topcoder.com/api/recruit/jobs?job_status=1&enable_job_application_form=1')
18+
let { body: jobs } = await request.get('https://www.topcoder.com/api/recruit/jobs?job_status=1')
1919
jobs = jobs.map((item) => item.slug)
2020
if (jobs && jobs.length > 0) {
2121
try {

0 commit comments

Comments
 (0)