mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 01:01:49 +10:00
chore: cleanup
This commit is contained in:
@ -64,6 +64,8 @@ export const listDocumentsHandler = async (req: Request) => {
|
||||
|
||||
return Response.json([]);
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
|
||||
return Response.json(
|
||||
{
|
||||
message: 'Internal Server Error',
|
||||
|
||||
Reference in New Issue
Block a user