structures and assets jobs

This commit is contained in:
2019-07-04 22:32:09 -05:00
parent 2c4e25be59
commit 8724d60d60

View File

@@ -102,7 +102,7 @@ class GetAssetsCommand extends Command
$job->charId = $charId; $job->charId = $charId;
$job->corpId = $corpId; $job->corpId = $corpId;
$job->page = $i; $job->page = $i;
ProcessAssetJob::dispatch($job)->onQueue('default'); ProcessAssetsJob::dispatch($job)->onQueue('default');
} }
} }
} }