fix: correct health endpoint method call to getEnhancedAlertStats

This commit is contained in:
courtmanr@gmail.com
2025-05-28 00:39:02 +01:00
parent 93176b4a34
commit eb51f6aedb
+1 -1
View File
@@ -371,7 +371,7 @@ function getHealthSummary() {
healthy: healthyConnections,
total: totalConnections
},
alerts: alertManager.getAlertStats(),
alerts: alertManager.getEnhancedAlertStats(),
lastUpdate: state.stats.lastUpdated
};
}