mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
KEY FIX
This commit is contained in:
@@ -39,7 +39,15 @@ class SyncGithubMeetups extends Command
|
||||
'github_data' => $meetup,
|
||||
]);
|
||||
} else {
|
||||
$this->info('Missing: '.$meetup['name'] . ' Url: ' . $meetup['url']);
|
||||
$this->info('Missing: '.$meetup['name'].' Url: '.$meetup['url']);
|
||||
if (app()->environment('local')) {
|
||||
Meetup::create([
|
||||
'name' => $meetup['name'],
|
||||
'city_id' => 1,
|
||||
'created_by' => 1,
|
||||
'github_data' => $meetup,
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user