Skip to content

Commit

Permalink
bundle exec rubocop -A
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloDalRi committed Dec 22, 2023
1 parent d6dcdde commit 8088b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workers/content_item_populate_doctype_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def perform
content_store = GdsApi::ContentStore.new(Plek.find("content-store"))
document_type_errors = []

ContentItem.all.each do |content_item|
ContentItem.all.find_each do |content_item|
found_content_item = content_store.content_item(content_item.path)

document_type = found_content_item["document_type"]
Expand Down

0 comments on commit 8088b75

Please sign in to comment.