update job

This commit is contained in:
2020-05-27 03:04:25 -05:00
parent 911d69044a
commit 128172b597

View File

@@ -110,6 +110,7 @@ class FetchMoonObserverJob implements ShouldQueue
$obs->observer_owner_id = $structureInfo->owner_id;
$obs->solar_system_id = $structureInfo->solar_system_id;
$obs->observer_type = $observer->observer_type;
$obs->observer_type_id = $structureInfo->type_id;
$obs->last_updated = $observer->last_updated;
$obs->save();
} else {