Skip to content

Commit 61cbf15

Browse files
authored
Merge pull request #685 from topcoder-platform/PROD-4410
Don’t require tags now that we have split out tags and skills
2 parents e9b1e32 + b6adf2d commit 61cbf15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/ChallengeService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2073,7 +2073,7 @@ updateChallenge.schema = {
20732073
.unknown(true)
20742074
)
20752075
.min(1),
2076-
tags: Joi.array().items(Joi.string().required()).min(1), // tag names
2076+
tags: Joi.array().items(Joi.string()), // tag names
20772077
projectId: Joi.number().integer().positive(),
20782078
legacyId: Joi.number().integer().positive(),
20792079
constraints: Joi.object()

0 commit comments

Comments
 (0)