Skip to content

Commit

Permalink
[PLA-1689] Update method name. (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
v16Studios authored May 28, 2024
1 parent 9b90fc2 commit 05d7c65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function run(Event $event, Block $block, Codec $codec): void
return;
}

if (!$this->shouldIndexCollection(Arr::get($event->makeAssetId, 'collection_id')) && !$this->shouldIndexCollection(Arr::get($event->takeAssetId, 'collection_id'))) {
if (!$this->shouldSyncCollection(Arr::get($event->makeAssetId, 'collection_id')) && !$this->shouldSyncCollection(Arr::get($event->takeAssetId, 'collection_id'))) {
return;
}

Expand Down

0 comments on commit 05d7c65

Please sign in to comment.