fix: resolve biome lint errors and warnings
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
* Health check endpoint
|
||||
*/
|
||||
export function statusRoute(): Response {
|
||||
return new Response("OK", { status: 200 });
|
||||
return new Response("OK", { status: 200 });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user