Skip to content

Commit

Permalink
Log all geocode hits in Callingallpapers
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Dec 28, 2023
1 parent 2e0512c commit 09ce137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/CallingAllPapers/ConferenceImporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public function import(Event $event)
$this->updateConferenceFromCallingAllPapersEvent($conference, $event);

if (! $conference->latitude && ! $conference->longitude && $conference->location) {
Log::debug('Looking up geocode for conference ' . $conference->id . ' with location of ' . $conference->location);
$this->geocodeLatLongFromLocation($conference);
}

Expand Down

0 comments on commit 09ce137

Please sign in to comment.