fix(client): get translationPending in video chals (#41567)
This commit is contained in:
committed by
GitHub
parent
b0f6c4e7a1
commit
6b63da3996
@ -100,7 +100,7 @@ const schema = Joi.object()
|
||||
template: Joi.string().allow(''),
|
||||
time: Joi.string().allow(''),
|
||||
title: Joi.string().required(),
|
||||
translationPending: Joi.bool()
|
||||
translationPending: Joi.bool().required()
|
||||
})
|
||||
.xor('helpCategory', 'isPrivate');
|
||||
|
||||
|
Reference in New Issue
Block a user