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

Version 1.2.2 #98

Merged
merged 16 commits into from
Jun 22, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add tags param
  • Loading branch information
52cs committed Jun 3, 2022
commit 0d14af4c30db0e0f2ec199b492f310845c1f7bd1
1 change: 1 addition & 0 deletions utils/topcoder-api-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ async function createChallenge(challenge) {
}],
timelineTemplateId: config.DEFAULT_TIMELINE_TEMPLATE_ID,
projectId: challenge.projectId,
tags: challenge.tags,
trackId: config.DEFAULT_TRACK_ID,
legacy: {
pureV5Task: true
Expand Down