tried de-serializing esi function

This commit is contained in:
2019-05-29 21:36:32 -05:00
parent d285b22161
commit e02cc37a63
3 changed files with 12 additions and 3 deletions

View File

@@ -111,7 +111,6 @@ class GetStructuresCommand extends Command
$job->charId = $charId;
$job->corpId = $corpId;
$job->page = $i;
$job->esi = $esi;
ProcessStructureJob::dispatch($job)->onQueue('default');
}