job updates

This commit is contained in:
2021-05-30 21:59:33 +09:00
parent 1be8be97aa
commit 2e159063b5

View File

@@ -61,7 +61,7 @@ class UpdateAllianceWalletJournalJob implements ShouldQueue
//If the number of pages received is zero there is an error in the job. //If the number of pages received is zero there is an error in the job.
if($pages == 0) { if($pages == 0) {
Log::critical('Failed to get the number of pages in the job.'); Log::critical('Failed to get the number of pages in the job.');
$this-> $this->delete();
} }
for($i = 1; $i <= $pages; $i++) { for($i = 1; $i <= $pages; $i++) {