Skip to content

Commit

Permalink
Merge branch '1.2' into 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig committed Nov 28, 2024
2 parents f5611e4 + 39efb8f commit 8863923
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function normalize(mixed $value): ?array
/** @var BlockElement $fieldValue */
foreach ($block as $key => $fieldValue) {
$blockDefinition = $fieldDefinitions[$key];
$resultItems[$key] = $this->fieldDefinitionService->normalizeValue(
$resultItem[$key] = $this->fieldDefinitionService->normalizeValue(
$blockDefinition,
$fieldValue->getData()
);
Expand Down

0 comments on commit 8863923

Please sign in to comment.