fix: test curriculum
This commit is contained in:
@ -68,7 +68,7 @@ let schema = Joi.object().keys({
|
||||
title: Joi.string().required()
|
||||
})
|
||||
),
|
||||
template: Joi.string(),
|
||||
template: Joi.string().allow(''),
|
||||
time: Joi.string().allow(''),
|
||||
title: Joi.string().required()
|
||||
});
|
||||
|
Reference in New Issue
Block a user