Skip to content

Commit

Permalink
fixed an updates in SQS
Browse files Browse the repository at this point in the history
  • Loading branch information
ani2amigos committed Apr 15, 2024
1 parent f6e3b27 commit 07c63b0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Queue/Backend/Sqs/SqsMailJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ class SqsMailJob extends MailJob
public function __construct(array $config = [])
{
parent::__construct($config);

if ($this->id){
$messageBody = json_decode($this->getMessage(), true);
$this->setAttempt($messageBody['attempt']);
$this->setMessage($messageBody['message']);
}
}

/**
Expand Down

0 comments on commit 07c63b0

Please sign in to comment.