diff --git a/internal/core/engine.go b/internal/core/engine.go index 8f19577..c5006aa 100644 --- a/internal/core/engine.go +++ b/internal/core/engine.go @@ -54,6 +54,7 @@ func GetStatsForTZs(tzs []string) ([]Prediction, error) { Country: country.Name, Probability: float64(country.Population) / float64(totalPop), }) + seenCountry[country.Name] = struct{}{} } }