Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed May 16, 2024
1 parent 6d740c8 commit f0ef571
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Queue/Jobs/StompJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ protected function getBackoff(int $attempts): int
*/
protected function failed($e)
{

if (Config::get('consumer_ack_mode') == StompQueue::ACK_MODE_CLIENT && $this->frame) {
$this->stompQueue->client->ack($this->frame);
}
Expand Down

0 comments on commit f0ef571

Please sign in to comment.