structure warning stuff

This commit is contained in:
2019-05-29 22:47:33 -05:00
parent eca04d4a81
commit 6baa4b94aa

View File

@@ -219,6 +219,7 @@ class ProcessStructureJob implements ShouldQueue
'structure_id' => $structureId,
]);
} catch(RequestFailedException $e) {
Log::warning("Failed to get structure information for structure with id " . $structureId);
$info = null;
}