Skip to content

Commit bd939a7

Browse files
committed
Merge branch 'dev' into PLAT-3491
2 parents 5f95820 + 61cbf15 commit bd939a7

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
@@ -2084,7 +2084,7 @@ updateChallenge.schema = {
20842084
.unknown(true)
20852085
)
20862086
.min(1),
2087-
tags: Joi.array().items(Joi.string().required()).min(1), // tag names
2087+
tags: Joi.array().items(Joi.string()), // tag names
20882088
projectId: Joi.number().integer().positive(),
20892089
legacyId: Joi.number().integer().positive(),
20902090
constraints: Joi.object()

0 commit comments

Comments
 (0)