Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.7' into 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mcop1 committed Sep 26, 2024
2 parents 9a9e36b + 6a39a58 commit 4d18220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GraphQL/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ public static function resolveValue(BaseDescriptor $descriptor, Data $fieldDefin
$brickType = $descriptorData['__brickType'];
$brickKey = $descriptorData['__brickKey'];

return self::getValueFromObjectBrick(
$blockData = self::getValueFromObjectBrick(
$object,
$brickType,
$brickKey,
Expand Down

0 comments on commit 4d18220

Please sign in to comment.