fix: resolve biome lint errors and warnings

This commit is contained in:
2026-01-23 10:33:15 -05:00
parent 441ff436c4
commit 637f1a4e75
14 changed files with 2194 additions and 2177 deletions

View File

@@ -2,5 +2,5 @@
* Health check endpoint
*/
export function statusRoute(): Response {
return new Response("OK", { status: 200 });
return new Response("OK", { status: 200 });
}