Skip to content

Commit

Permalink
Reduced default search radius to 10miles
Browse files Browse the repository at this point in the history
  • Loading branch information
dcyoung-dev committed Jul 11, 2024
1 parent 4323e46 commit a34206d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/view_objects/find/results_view.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ResultsView
include ActionView::Helpers::NumberHelper

DISTANCE = 'distance'
MILES = '50'
MILES = '10'

def initialize(query_parameters:)
@query_parameters = query_parameters
Expand Down

0 comments on commit a34206d

Please sign in to comment.