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 01417cf commit 5609e17
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 @@ -107,7 +107,7 @@ private function getMessageAttributes(array $message) : array
if ($key === "message") {
continue;
}

$messageAttributes[$key] = [
'DataType' => 'String',
'StringValue' => $value,
Expand Down

0 comments on commit 5609e17

Please sign in to comment.