Skip to content

Commit

Permalink
rework this
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorcy committed Oct 15, 2024
1 parent ab11b56 commit b8a26d9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/jobs/index_children_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ class IndexChildrenJob < ApplicationJob

##
def perform(children)
# TODO: re-work this via TDLR-2403
# children.each do |child|
# reindex_nested_relationships_for(id: child, extent: Hyrax::Adapters::NestingIndexAdapter::LIMITED_REINDEX)
# end
children.each do |child|
reindex_nested_relationships_for(id: child, extent: Hyrax::Adapters::NestingIndexAdapter::LIMITED_REINDEX)
end
end

private
Expand Down

0 comments on commit b8a26d9

Please sign in to comment.