This commit is contained in:
2025-10-15 20:38:12 +05:30
parent 7e1b790d13
commit 33ae9aebad
7 changed files with 134 additions and 178 deletions

View File

@@ -302,7 +302,7 @@ func (s *HTTPServer) broadcastUpdates() {
s.broadcast <- WSMessage{Type: "stats", Data: stats}
// Broadcast spots
spots := s.FlexRepo.GetAllSpots("300")
spots := s.FlexRepo.GetAllSpots("0")
s.checkBandOpening(spots)
s.broadcast <- WSMessage{Type: "spots", Data: spots}