meetups:github-sync

This commit is contained in:
Benjamin Takats
2023-01-20 16:49:43 +01:00
parent 7ad5f5b6ce
commit 963d40f281

View File

@@ -34,7 +34,7 @@ class SyncGithubMeetups extends Command
$dbMeetup = Meetup::where('name', $meetup['name'])
->first();
if ($dbMeetup) {
$this->info('Update: '.$meetup['name']);
//$this->info('Update: '.$meetup['name']);
$dbMeetup->update([
'github_data' => $meetup,
]);