Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarnett committed May 5, 2021
1 parent fbd3ae3 commit 389fcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/page_layout_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def thumbnail_path(logo, args = { resize_to_limit: [100, 100], auto_orient: true
return nil if logo.blank?

Rails.application.routes.url_helpers.rails_representation_path(logo.representation(args).processed)
rescue StandardError => e
rescue StandardError
nil
end

Expand Down

0 comments on commit 389fcad

Please sign in to comment.