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

Commit 6c25476

Browse files
committed
fix: TC challenge creation fails
1 parent eea39d7 commit 6c25476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/topcoder-api-helper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ async function createChallenge(challenge) {
7676
}],
7777
timelineTemplateId: config.DEFAULT_TIMELINE_TEMPLATE_ID,
7878
projectId: challenge.projectId,
79-
tags: challenge.tags.map((tag) => tag.name),
79+
tags: challenge.tags,
8080
trackId: config.DEFAULT_TRACK_ID,
8181
legacy: {
8282
pureV5Task: true

0 commit comments

Comments
 (0)