Skip to content

Commit ff74615

Browse files
ItzNotABugMeldiron
andauthored
address comment.
Co-authored-by: Matej Bačo <[email protected]>
1 parent 70c9e5d commit ff74615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/health.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { browser } from "../config";
33
export async function handleHealthRequest(_req: Request): Promise<Response> {
44
return new Response(
55
JSON.stringify({
6-
status: browser.isConnected() ? "ok" : "error",
6+
status: browser.isConnected() ? "pass" : "fail",
77
}),
88
{
99
headers: { "Content-Type": "application/json" },

0 commit comments

Comments
 (0)