mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-08 22:50:00 +08:00
optional for a while
This commit is contained in:
parent
29cdae85d5
commit
0102dc1806
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ const CONFIG_SCHEMA = joi.object({
|
|||
paceCaretCustomSpeed: joi.number().min(0),
|
||||
repeatedPace: joi.boolean(),
|
||||
pageWidth: joi.string().valid("100", "125", "150", "200", "max"),
|
||||
accountChart: joi.array().items(joi.string()),
|
||||
accountChart: joi.array().items(joi.string()).optional(),
|
||||
chartAccuracy: joi.boolean().optional(), //remove after a bit
|
||||
chartStyle: joi.string().valid("line", "scatter").optional(), //remove after a bit
|
||||
minWpm: joi.string().valid("off", "custom"),
|
||||
|
|
Loading…
Add table
Reference in a new issue