fix(client): get translationPending in video chals (#41567)

This commit is contained in:
Oliver Eyton-Williams
2021-03-25 06:54:17 +01:00
committed by GitHub
parent b0f6c4e7a1
commit 6b63da3996
2 changed files with 2 additions and 2 deletions

View File

@ -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');