Skip to content

Commit e1cac8c

Browse files
JoeCohenCopilot
andauthored
Update app/jobs/inat_import_job.rb
Co-authored-by: Copilot <[email protected]>
1 parent 409e6ca commit e1cac8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/jobs/inat_import_job.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def import_parsed_page_of_observations(parsed_page)
112112
log_new_page(parsed_page)
113113
# NOTE: for reasons I don't understand, this fixes a bug where
114114
# the tracker used the number of observations on the current page
115-
# as the total number of obervations. jdc20260115
115+
# as the total number of observations. jdc20260115
116116
if parsed_page["page"].to_i == 1
117117
inat_import.update(importables: parsed_page["total_results"])
118118
end

0 commit comments

Comments
 (0)