mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor(client): stop passing around unused data (#57432)
This commit is contained in:
committed by
GitHub
parent
245b486f63
commit
3c48b8dd3f
@@ -180,6 +180,7 @@ const schema = Joi.object()
|
||||
'Euler',
|
||||
'Rosetta'
|
||||
),
|
||||
isLastChallengeInBlock: Joi.boolean().required(),
|
||||
videoUrl: Joi.string().allow(''),
|
||||
fillInTheBlank: Joi.object().keys({
|
||||
sentence: Joi.string().required(),
|
||||
|
||||
Reference in New Issue
Block a user