From f0ef571a7550865a497952cdcee1933033a05f78 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Thu, 16 May 2024 22:41:57 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Queue/Jobs/StompJob.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Queue/Jobs/StompJob.php b/src/Queue/Jobs/StompJob.php index e229519..e4ade0d 100644 --- a/src/Queue/Jobs/StompJob.php +++ b/src/Queue/Jobs/StompJob.php @@ -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); }