Skip to content

Commit

Permalink
Update project.rb
Browse files Browse the repository at this point in the history
Typo.
  • Loading branch information
mo-nathan committed Dec 25, 2023
1 parent 046203f commit 9be9bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/project.rb
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def obs_without_geoloc_location_not_contained_in_location
merge(
Location.in_box(n: location.north, s: location.south,
e: location.east, w: location.west).
# This is safe (doesn't invert observatios.where(lat: nil))
# This is safe (doesn't invert observations.where(lat: nil))
invert_where
)
end
Expand Down

0 comments on commit 9be9bb7

Please sign in to comment.