mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
stringify
This commit is contained in:
parent
1aab7ab39f
commit
b0c9362735
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ function requestValidation(validationSchema) {
|
|||
throw new MonkeyError(
|
||||
500,
|
||||
validationErrorMessage ?? `Invalid request: ${errorMessage}`,
|
||||
`${key}: ${req[key]}`
|
||||
`${key}: ${JSON.stringify(req[key])}`
|
||||
);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue