mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 19:57:09 +00:00
fix: correct health endpoint method call to getEnhancedAlertStats
This commit is contained in:
+1
-1
@@ -371,7 +371,7 @@ function getHealthSummary() {
|
||||
healthy: healthyConnections,
|
||||
total: totalConnections
|
||||
},
|
||||
alerts: alertManager.getAlertStats(),
|
||||
alerts: alertManager.getEnhancedAlertStats(),
|
||||
lastUpdate: state.stats.lastUpdated
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user