Skip to content

Commit b6adf2d

Browse files
committed
Don’t require tags now that we have split out tags and skills
https://topcoder.atlassian.net/browse/PROD-4410
1 parent e9b1e32 commit b6adf2d

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)