FIX: Linting

This commit is contained in:
Robin Ward 2019-04-03 18:08:07 -04:00
parent a4ff593506
commit 588f61f717
1 changed files with 19 additions and 20 deletions

View File

@ -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 = []