Skip to content

Commit 16a4fb3

Browse files
authored
fix unnecessary line of code (vyuldashev#312)
- after the merge of pull-request vyuldashev#304, this line can be removed.
1 parent 4bcdcb9 commit 16a4fb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Queue/Jobs/RabbitMQJob.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ public function attempts(): int
8181
$data = $headers->getNativeData();
8282

8383
$laravelAttempts = (int) Arr::get($data, 'laravel.attempts', 0);
84-
$xDeathCount = (int) Arr::get($headers->getNativeData(), 'x-death.0.count', 0);
8584

8685
return ($laravelAttempts) + 1;
8786
}

0 commit comments

Comments
 (0)