mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 04:19:06 +08:00
missing message
This commit is contained in:
parent
d4b7ab90ca
commit
c27caa68af
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ async function authenticateWithApeKey(
|
|||
const isKeyValid = await compare(apeKey, targetApeKey?.hash);
|
||||
|
||||
if (!isKeyValid) {
|
||||
throw new MonkeyError(400);
|
||||
throw new MonkeyError(400, "Invalid ApeKey");
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue