Skip to content

Commit

Permalink
FEATURE: AssetUsage as CatchUpHook
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Sep 23, 2024
1 parent 8fba737 commit 0ab0d8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ private function getAssetIdsByProperty(NodeType $nodeType, PropertyCollection $p
try {
$extractedAssetIds = $this->extractAssetIds(
$propertyType,
$propertyValues->offsetGet($propertyName instanceof PropertyName ? $propertyName->value : $propertyName),
$propertyValues->offsetGet($propertyName),
);
} catch (\Exception) {
$extractedAssetIds = [];
Expand Down

0 comments on commit 0ab0d8c

Please sign in to comment.