mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 04:19:06 +08:00
changed error code
This commit is contained in:
parent
16a982e71e
commit
08d7ded235
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class ApeKeysController {
|
|||
|
||||
if (currentNumberOfApeKeys >= maxKeysPerUser) {
|
||||
throw new MonkeyError(
|
||||
500,
|
||||
400,
|
||||
"Maximum number of ApeKeys have been generated"
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue