Skip to content

Commit

Permalink
Merge branch 'main' into default-dimensions-as-empty-array
Browse files Browse the repository at this point in the history
  • Loading branch information
norbybaru authored Jan 16, 2024
2 parents 73fb483 + 2c7dd79 commit b754654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Builder/PayloadBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function buildCommonAttributes(array $attributes): array
return [
'DimensionValueType' => 'VARCHAR',
'Name' => $key,
'Value' => $value,
'Value' => (string) $value,
];
})
->values()
Expand Down

0 comments on commit b754654

Please sign in to comment.