From a7e520ff7b41f71fc78206728a17f4d5abd0fe8a Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sun, 25 Jan 2026 15:25:26 -0700 Subject: [PATCH] A --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index fe6795e..3c2b2cb 100644 --- a/index.js +++ b/index.js @@ -81,7 +81,7 @@ app.listen(port, () => { return console.error('Failed to run heartbeat check', err); } if (!rows || rows.length === 0) { - return; // No missed heartbeats + return console.log("No hb missed"); // No missed heartbeats } rows.forEach(row => { console.log(`Server ${row.id} missed heartbeat check. Marking as inactive.`);