Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zack6849 committed Dec 28, 2023
1 parent 13eba88 commit 8dc2ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Console/Commands/LostPetsImport.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function handle()
$this->getPage($data['lat'],
$data['lon'],
$i,
config('services.petco.search_radius')
radius: config('services.petco.search_radius')
)
)->filter(function($item){
return $item['typeKey'] != 'search.headerRow.foundPetNearbyList';
Expand Down
2 changes: 1 addition & 1 deletion config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
'petco' => [
'application_id' => 'z1dq4rokCsjt7foJ4C6uMzN4YhSFgsSzbAQlBY2y',
'session_token' => env('PETCO_SESSION_TOKEN'),
'location' => env('PECO_LOCATION'),
'location' => env('PETCO_LOCATION'),
'search_radius' => env('PETCO_SEARCH_RADIUS', 100)
],
'geoapify' => [
Expand Down

0 comments on commit 8dc2ef2

Please sign in to comment.