From ff5dccc2b425ecc3117c22cdb197a2911d1fe1df Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 12 Oct 2024 10:50:52 +0200 Subject: [PATCH] remove obsolete comment --- src/apphealthmonitor.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/apphealthmonitor.js b/src/apphealthmonitor.js index 4e12c5932..dab80ebca 100644 --- a/src/apphealthmonitor.js +++ b/src/apphealthmonitor.js @@ -60,8 +60,6 @@ async function setHealth(app, health) { app.healthTime = healthTime; } - -// callback is called with error for fatal errors and not if health check failed async function checkAppHealth(app, options) { assert.strictEqual(typeof app, 'object'); assert.strictEqual(typeof options, 'object');