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 ca36ff5 commit 01417cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Connector/SQS.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private function getMessageAttributes(array $message) : array
{
$messageAttributes = [];
foreach ($message as $key => $value) {
if ($key == "message") {
if ($key === "message") {
continue;
}

Expand Down

0 comments on commit 01417cf

Please sign in to comment.