assets job

This commit is contained in:
2019-07-05 00:13:48 -05:00
parent 5b80258418
commit fd747d49fb

View File

@@ -88,7 +88,7 @@ class ProcessAssetsJob implements ShouldQueue
$aHelper = new AssetHelper($this->charId, $this->corpId);
//Get a page of assets
$assets = $aHelper->GetAssetsByPage($jpba->page);
$assets = $aHelper->GetAssetsByPage($this->page);
//Cycle through the assets, and attmept to store them.
foreach($assets as $asset) {