Skip to content

Commit 359b0b2

Browse files
committed
test
1 parent bb12fcf commit 359b0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/watcher/health/health_watcher_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ func (hw *HealthWatcherService) compareHealth(currentHealth map[string]*mpi.Inst
202202
defer hw.healthWatcherMutex.Unlock()
203203

204204
if len(currentHealth) != len(hw.cache) {
205-
for _, i := range currentHealth {
205+
for _, i := range hw.cache {
206206
slog.Info("Health of Instance Current")
207207
slog.Info("Instance ID", "", i.GetInstanceId())
208208
slog.Info("Instance Status", "", i.GetInstanceHealthStatus())

0 commit comments

Comments
 (0)