Skip to content

Commit

Permalink
Update SQS.php
Browse files Browse the repository at this point in the history
  • Loading branch information
exussum12 authored Mar 24, 2021
1 parent 5609e17 commit 98f3df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Connector/SQS.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ private function getMessageAttributes(array $message) : array
{
$messageAttributes = [];
foreach ($message as $key => $value) {
if ($key === "message") {
continue;
if ($key === 'message') {
continue;
}

$messageAttributes[$key] = [
Expand Down

0 comments on commit 98f3df4

Please sign in to comment.