Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antopalidi committed Aug 11, 2023
1 parent 94c935a commit d54e247
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/cells/decidim/newsletter_agenda/agenda_events_cell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ def representation_url(image)

def host_options
@host_options ||= begin
options = Rails.configuration.action_mailer.default_url_options || {}
options.merge(host: decidim.root_url(host: organization.host))
end
options = Rails.configuration.action_mailer.default_url_options || {}
options.merge(host: decidim.root_url(host: organization.host))
end
end

def organization_handler_attributes
Expand Down

0 comments on commit d54e247

Please sign in to comment.