updated job

This commit is contained in:
2021-04-27 02:58:59 +09:00
parent 976e220859
commit 655b1a3a94

View File

@@ -80,7 +80,7 @@ class UpdateAllianceWalletJournalPage implements ShouldQueue
$journals = $esi->page($this->page) $journals = $esi->page($this->page)
->invoke('get', '/corporations/{corporation_id}/wallets/{division}/journal/', [ ->invoke('get', '/corporations/{corporation_id}/wallets/{division}/journal/', [
'corporation_id' => $corpId, 'corporation_id' => $corpId,
'division' => $division, 'division' => $this->division,
]); ]);
} catch(RequestFailedException $e) { } catch(RequestFailedException $e) {
Log::warning('Failed to get wallet journal page ' . $currentPage . ' for character id: ' . $charId); Log::warning('Failed to get wallet journal page ' . $currentPage . ' for character id: ' . $charId);