fix: updates from error logs

This commit is contained in:
Mythie
2023-11-04 13:14:20 +11:00
parent 16af21ba25
commit 76c8dfa907
5 changed files with 13 additions and 5 deletions

View File

@ -30,7 +30,7 @@ export const limitsHandler = async (
});
}
res.status(500).json({
return res.status(500).json({
error: ERROR_CODES.UNKNOWN,
});
}