mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum,schema): add Chinese and Spanish help categories to meta-schema (#63893)
This commit is contained in:
@@ -63,7 +63,9 @@ const schema = Joi.object()
|
||||
'English',
|
||||
'Odin',
|
||||
'Euler',
|
||||
'Rosetta'
|
||||
'Rosetta',
|
||||
'Chinese Curriculum',
|
||||
'Spanish Curriculum'
|
||||
).required()
|
||||
})
|
||||
// this makes sure there is no unknown key in the object
|
||||
|
||||
Reference in New Issue
Block a user