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

Commit c8c59a5

Browse files
committed
Turn back on pureV5Task in dev
1 parent 540695a commit c8c59a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/topcoder-api-helper.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ async function createChallenge(challenge) {
7676
timelineTemplateId: config.DEFAULT_TIMELINE_TEMPLATE_ID,
7777
projectId: challenge.projectId,
7878
trackId: config.DEFAULT_TRACK_ID,
79-
// legacy:{
80-
// pureV5Task: true
81-
// },
79+
legacy:{
80+
pureV5Task: true
81+
},
8282
tags:['Other'],
8383
startDate: new Date()
8484
});

0 commit comments

Comments
 (0)