refactor(client): stop passing around unused data (#57432)

This commit is contained in:
Oliver Eyton-Williams
2024-12-06 14:53:18 +01:00
committed by GitHub
parent 245b486f63
commit 3c48b8dd3f
6 changed files with 13 additions and 12 deletions
+1
View File
@@ -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(),