mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-23 05:56:10 +08:00
removed regex
This commit is contained in:
parent
1ab420b21b
commit
25883e3bc9
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ router.post(
|
|||
"Incorrect source"
|
||||
)
|
||||
.required(),
|
||||
comment: joi.string().allow("").regex(/^\w+$/).max(250).required(),
|
||||
comment: joi.string().allow("").max(250).required(),
|
||||
captcha: joi.string().required(),
|
||||
},
|
||||
}),
|
||||
|
|
Loading…
Add table
Reference in a new issue