Skip to content

Commit

Permalink
fixup! [Hylte] Add cobrand
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Oct 3, 2024
1 parent af85b2e commit f82930d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perllib/FixMyStreet/Cobrand/FixaMinGata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ sub find_closest {

$problem = $problem->{problem} if ref $problem eq 'HASH';

return FixMyStreet::Geocode::OSM::closest_road_text( $self, $problem->latitude, $problem->longitude );
return FixMyStreet::Geocode::OSM->closest_road_text( $self, $problem->latitude, $problem->longitude );
}

# Used by send-reports, calling find_closest, calling OSM geocoding
Expand Down

0 comments on commit f82930d

Please sign in to comment.