PMPR-44 : fix missing newline
Check Deno code / Check Deno code (pull_request) Successful in 6s
Tests / Unit tests (pull_request) Successful in 12s
Tests / Integration tests (pull_request) Successful in 1m13s

This commit is contained in:
Clément Oudelet
2026-04-26 23:33:45 +02:00
parent 383bebb3e7
commit c68241e884
+1 -1
View File
@@ -49,4 +49,4 @@ export const handler: Handlers = {
return new Response("Failed to import notes", { status: 500 });
}
},
};
};