increase eligible to include 10+

main
Ray Slakinski 2021-05-21 11:42:40 -04:00
parent 2119b2bbb5
commit 1ac3feb94e
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ func init() {
func updateMetrics() {
data_url := "https://data.ontario.ca/api/3/action/datastore_search?sort=report_date+desc&limit=1&resource_id=8a89caa9-511c-4568-af89-7f2174b4378c"
eligiblePopulation := int64(12455397)
eligiblePopulation := int64(14527497)
resp, getErr := http.Get(data_url)
if getErr != nil {
log.Println(getErr)