mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 13:40:16 +08:00
typo
This commit is contained in:
parent
89c86ecd95
commit
f1c60b93c1
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ function requestValidation(validationSchema) {
|
|||
throw new MonkeyError(
|
||||
500,
|
||||
validationErrorMessage ??
|
||||
`Invalid request: ${errorMessage} (value ${error.details[0].context.value}))`
|
||||
`Invalid request: ${errorMessage} (value ${error.details[0].context.value})`
|
||||
);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue