fix: repeated rows in predictions

This commit is contained in:
2026-02-10 22:28:48 +00:00
parent 3cf6280c43
commit db4af70c60
+1
View File
@@ -54,6 +54,7 @@ func GetStatsForTZs(tzs []string) ([]Prediction, error) {
Country: country.Name,
Probability: float64(country.Population) / float64(totalPop),
})
seenCountry[country.Name] = struct{}{}
}
}