Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronClaydon committed Nov 8, 2024
1 parent f7ddee5 commit bc98f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/stats/calculator/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func CountCountries(datasources map[string]int) map[string]int {
datasourceSplit := strings.Split(datasource, "-")
country := datasourceSplit[0]

countries[country] = count
countries[country] += count
}

return countries
Expand Down

0 comments on commit bc98f6f

Please sign in to comment.