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, } ); })