mirror of
https://github.com/idanoo/NZCovidBot
synced 2025-07-03 04:02:14 +00:00
Remove 60 cap
This commit is contained in:
parent
803fc11664
commit
7dc6e0eb74
1 changed files with 0 additions and 5 deletions
|
@ -68,11 +68,6 @@ func parseCsvRow(data string) {
|
|||
// Append row data
|
||||
updatedLocations.Locations = append(updatedLocations.Locations, newRow)
|
||||
}
|
||||
|
||||
if len(updatedLocations.Locations) > 60 {
|
||||
log.Print("Not displaying > 60 locations!")
|
||||
updatedLocations = UpdatedLocations{}
|
||||
}
|
||||
}
|
||||
|
||||
// rowHasChanged - Determine if row has actually changed based on raw data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue