Skip to content

Commit

Permalink
Fix image bug
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML committed Oct 28, 2024
1 parent 6c11651 commit 5dc240b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/presenters/publishing_api/landing_page_presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def document_type

def details
YAML.load(item.body, permitted_classes: [Date])
.merge(Image.for(item))
.merge(PayloadBuilder::Attachments.for(item))
end
end
Expand Down

0 comments on commit 5dc240b

Please sign in to comment.