Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

June 16 deploy #69

Merged
merged 10 commits into from
Jun 16, 2021
Next Next commit
Turn back on pureV5Task in dev
  • Loading branch information
jmgasper committed Feb 19, 2021
commit c8c59a5ca9bd42cd1e5fd4b933778c75f3eddf1f
6 changes: 3 additions & 3 deletions utils/topcoder-api-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ async function createChallenge(challenge) {
timelineTemplateId: config.DEFAULT_TIMELINE_TEMPLATE_ID,
projectId: challenge.projectId,
trackId: config.DEFAULT_TRACK_ID,
// legacy:{
// pureV5Task: true
// },
legacy:{
pureV5Task: true
},
tags:['Other'],
startDate: new Date()
});
Expand Down