Skip to content

Commit a735bea

Browse files
committed
fix lint
1 parent 1159247 commit a735bea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/ChallengeService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4181,7 +4181,7 @@ updateChallenge.schema = {
41814181
.valid(...Object.values(CHALLENGE_APPROVAL_STATUS))
41824182
.insensitive(),
41834183
approvalRejectionReason: Joi.string().allow(null, ""),
4184-
approvalApprovedBy: Joi.string().allow(null, ""),,
4184+
approvalApprovedBy: Joi.string().allow(null, ""),
41854185
attachments: Joi.array().items(
41864186
Joi.object().keys({
41874187
id: Joi.id(),

0 commit comments

Comments
 (0)