From f71128a7f3158f9aa6cfeb3110b90adf173d79dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Oudelet?= Date: Sun, 26 Apr 2026 23:33:45 +0200 Subject: [PATCH] PMPR-44 : fix missing newline --- routes/(apps)/notes/api/notes/import-xlsx.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +};