fix(tools): update challege formatting check
This commit is contained in:
committed by
mrugesh
parent
3ec1fe8ea7
commit
31f337f2bd
@ -41,6 +41,7 @@ function getSchemaForLang(lang) {
|
||||
),
|
||||
guideUrl: Joi.string().uri({ scheme: 'https' }),
|
||||
videoUrl: Joi.string().allow(''),
|
||||
forumTopicId: Joi.number(),
|
||||
helpRoom: Joi.string(),
|
||||
id: Joi.objectId().required(),
|
||||
instructions: Joi.string().allow(''),
|
||||
|
Reference in New Issue
Block a user