mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-11 16:16:05 +08:00
fix(server): not being able to save custom text shuffle tests
This commit is contained in:
parent
26d8699daa
commit
a2078dab17
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const RESULT_SCHEMA = joi
|
|||
consistency: joi.number().min(0).max(100).required(),
|
||||
customText: joi.object({
|
||||
textLen: joi.number().required(),
|
||||
mode: joi.string().valid("repeat", "random").required(),
|
||||
mode: joi.string().valid("repeat", "random", "shuffle").required(),
|
||||
pipeDelimiter: joi.boolean().required(),
|
||||
limit: joi.object({
|
||||
mode: joi.string().valid("word", "time", "section").required(),
|
||||
|
|
Loading…
Add table
Reference in a new issue