Skip to content

Commit c85dd11

Browse files
committed
add contact email and fix lat-vs-lng
1 parent 3a5f4d2 commit c85dd11

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

app/Imports/CoderDojoEventsImport.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public function model(array $row): ?Model
3333
'activity_type' => $row['activity_type'],
3434
'location' => isset($row['address']) ? $row['address'] : 'online',
3535
'event_url' => $row['organiser_website'],
36+
'contact_person' => !empty($row['contact_email']) ? $row['contact_email'] : '',
3637
'user_email' => '',
3738
'creator_id' => 132942,
3839
'country_iso' => $row['country'],
Binary file not shown.

0 commit comments

Comments
 (0)