mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-11 16:16:05 +08:00
removed unused types
This commit is contained in:
parent
4fda636a08
commit
ca2c82db38
1 changed files with 1 additions and 4 deletions
|
@ -35,10 +35,7 @@ const CONFIG_SCHEMA = joi.object({
|
|||
mode: joi.string().valid("time", "words", "quote", "zen", "custom"),
|
||||
quoteLength: joi.array().items(joi.number()),
|
||||
language: joi.string(),
|
||||
fontSize: joi.alternatives().try(
|
||||
joi.number().valid(1, 125, 15, 2, 3, 4), //todo remove after a week
|
||||
joi.string().valid("1", "125", "15", "2", "3", "4")
|
||||
),
|
||||
fontSize: joi.string().valid("1", "125", "15", "2", "3", "4"),
|
||||
freedomMode: joi.boolean(),
|
||||
difficulty: joi.string().valid("normal", "expert", "master"),
|
||||
blindMode: joi.boolean(),
|
||||
|
|
Loading…
Add table
Reference in a new issue