diff --git a/routes/(apps)/notes/api/notes/import-xlsx.ts b/routes/(apps)/notes/api/notes/import-xlsx.ts index 3e4ce09..b31079b 100644 --- a/routes/(apps)/notes/api/notes/import-xlsx.ts +++ b/routes/(apps)/notes/api/notes/import-xlsx.ts @@ -49,4 +49,4 @@ export const handler: Handlers = { return new Response("Failed to import notes", { status: 500 }); } }, -}; \ No newline at end of file +};