Skip to content

Commit eb51f6a

Browse files
committed
fix: correct health endpoint method call to getEnhancedAlertStats
1 parent 93176b4 commit eb51f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/state.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ function getHealthSummary() {
371371
healthy: healthyConnections,
372372
total: totalConnections
373373
},
374-
alerts: alertManager.getAlertStats(),
374+
alerts: alertManager.getEnhancedAlertStats(),
375375
lastUpdate: state.stats.lastUpdated
376376
};
377377
}

0 commit comments

Comments
 (0)