Skip to content

Commit

Permalink
Merge pull request #2316 from codeeu/coderdojo-events
Browse files Browse the repository at this point in the history
add contact email and fix lat-vs-lng
  • Loading branch information
alainvd authored Nov 5, 2024
2 parents e376e7a + c85dd11 commit 4e8822b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Imports/CoderDojoEventsImport.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public function model(array $row): ?Model
'activity_type' => $row['activity_type'],
'location' => isset($row['address']) ? $row['address'] : 'online',
'event_url' => $row['organiser_website'],
'contact_person' => !empty($row['contact_email']) ? $row['contact_email'] : '',
'user_email' => '',
'creator_id' => 132942,
'country_iso' => $row['country'],
Expand Down
Binary file not shown.

0 comments on commit 4e8822b

Please sign in to comment.