mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-06 23:44:19 +08:00
temp remove required
This commit is contained in:
parent
b6aa92b5cd
commit
c4e6b5dfca
1 changed files with 2 additions and 4 deletions
|
|
@ -34,12 +34,10 @@ const RESULT_SCHEMA = joi
|
|||
keyConsistency: joi.number().required(),
|
||||
keyDuration: joi
|
||||
.alternatives()
|
||||
.try(joi.array().items(joi.number()), joi.string().valid("toolong"))
|
||||
.required(),
|
||||
.try(joi.array().items(joi.number()), joi.string().valid("toolong")),
|
||||
keySpacing: joi
|
||||
.alternatives()
|
||||
.try(joi.array().items(joi.number()), joi.string().valid("toolong"))
|
||||
.required(),
|
||||
.try(joi.array().items(joi.number()), joi.string().valid("toolong")),
|
||||
lang: joi.string(),
|
||||
strigified: joi.string(),
|
||||
language: joi.string().required(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue