Skip to content

Commit

Permalink
Merge pull request #657 from hearchco/as/fix/lint
Browse files Browse the repository at this point in the history
fix(healthz): prettier format
  • Loading branch information
aleksasiriski authored Dec 5, 2024
2 parents 618963f + d536b66 commit 1064a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/healthz/+server.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import('./$types').RequestHandler} */
export async function GET() {
return new Response("OK");
return new Response('OK');
}

0 comments on commit 1064a9f

Please sign in to comment.