We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409e6ca commit e1cac8cCopy full SHA for e1cac8c
app/jobs/inat_import_job.rb
@@ -112,7 +112,7 @@ def import_parsed_page_of_observations(parsed_page)
112
log_new_page(parsed_page)
113
# NOTE: for reasons I don't understand, this fixes a bug where
114
# the tracker used the number of observations on the current page
115
- # as the total number of obervations. jdc20260115
+ # as the total number of observations. jdc20260115
116
if parsed_page["page"].to_i == 1
117
inat_import.update(importables: parsed_page["total_results"])
118
end
0 commit comments