From f362adf99195c9025fe0a5756d538533bf33f3f1 Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Tue, 20 Dec 2022 19:53:15 -0500 Subject: [PATCH] adjust health status codes --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index d6219cd..252bb49 100644 --- a/src/index.ts +++ b/src/index.ts @@ -51,7 +51,7 @@ router }), { headers: { "content-type": "application/json" }, - status: saerro && voidwell && honu && fisu ? 200 : 502, + status: saerro || voidwell || honu || fisu ? 200 : 502, } ); })