Skip to content

Commit 5609e17

Browse files
authored
Update SQS.php
1 parent 01417cf commit 5609e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Connector/SQS.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ private function getMessageAttributes(array $message) : array
107107
if ($key === "message") {
108108
continue;
109109
}
110-
110+
111111
$messageAttributes[$key] = [
112112
'DataType' => 'String',
113113
'StringValue' => $value,

0 commit comments

Comments
 (0)