mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
fix: updates from error logs
This commit is contained in:
@ -30,7 +30,7 @@ export const limitsHandler = async (
|
||||
});
|
||||
}
|
||||
|
||||
res.status(500).json({
|
||||
return res.status(500).json({
|
||||
error: ERROR_CODES.UNKNOWN,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user