assets
This commit is contained in:
@@ -101,7 +101,7 @@ class GetAssetsCommand extends Command
|
|||||||
->invoke('get', '/corporations/{corporation_id}/assets/', [
|
->invoke('get', '/corporations/{corporation_id}/assets/', [
|
||||||
'corporation_id' => $corpId,
|
'corporation_id' => $corpId,
|
||||||
]);
|
]);
|
||||||
printf('dumping assests variable');
|
|
||||||
var_dump($assets->pages);
|
var_dump($assets->pages);
|
||||||
} catch (RequestFailedException $e) {
|
} catch (RequestFailedException $e) {
|
||||||
Log::critical("Failed to get asset list.");
|
Log::critical("Failed to get asset list.");
|
||||||
@@ -113,7 +113,7 @@ class GetAssetsCommand extends Command
|
|||||||
$job->charId = $charId;
|
$job->charId = $charId;
|
||||||
$job->corpId = $corpId;
|
$job->corpId = $corpId;
|
||||||
$job->page = $i;
|
$job->page = $i;
|
||||||
ProcessAssetsJob::dispatch($job)->onQueue('default');
|
ProcessAssetsJob::dispatch($job)->onQueue('assets');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user