FIX: Linting
This commit is contained in:
parent
a4ff593506
commit
588f61f717
|
@ -19,7 +19,6 @@ module Jobs
|
|||
.find_in_batches(batch_size: 100) do |posts|
|
||||
|
||||
Post.preload_custom_fields(posts, [MISSING_UPLOADS])
|
||||
|
||||
posts.each do |post|
|
||||
fragments ||= Nokogiri::HTML::fragment(post.cooked)
|
||||
missing = []
|
||||
|
|
Loading…
Reference in New Issue