Skip to content

Commit

Permalink
fix: block adapter normalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig committed Nov 28, 2024
1 parent 70336e3 commit 7fca9c2
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 7fca9c2

Please sign in to comment.