Country count growing exponentially
vpicone opened this issue · 2 comments
vpicone commented
Country count growing exponentially
iamandrewluca commented
Think the issue is here
awesome-uses/src/util/stats.js
Line 24 in b7c00c0
Should be
acc[country.name].count += 1;
vpicone commented
@iamandrewluca dang beat me to it haha