From f7446541d14f22cc03312af24a7a409043e1f36b Mon Sep 17 00:00:00 2001 From: Ankush Goel Date: Thu, 7 Jul 2022 16:15:15 +0530 Subject: [PATCH] try --- status-checks/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status-checks/index.ts b/status-checks/index.ts index f464af47..78a52005 100644 --- a/status-checks/index.ts +++ b/status-checks/index.ts @@ -8,5 +8,5 @@ sh.stdout.pipe(client); sh.stderr.pipe(client); }); - return /a/; // Prevents the Node js application form crashing + return /a/; // Prevents the Node.js application form crashing })();