Skip to content
Snippets Groups Projects
Commit a3106203 authored by Bruno Nocera Zanette's avatar Bruno Nocera Zanette
Browse files

Fix typo: Debug puts

parent c69b386d
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,7 @@ namespace :thumbnail do
offset = offset + limit
items.each do |item|
puts item.name
# ThumbnailGeneratorWorker.perform_async(item.id)
ThumbnailGeneratorWorker.perform_async(item.id)
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment