Skip to content
Snippets Groups Projects
Unverified Commit 485e7180 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

[skip ci] remove rescue

parent 785b5943
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,6 @@ module WithFeaturedImage
return if params.blank?
photo_import_unsplash(params['unsplash']) if params['unsplash'].present?
photo_import_pexels(params['pexels']) if params['pexels'].present?
rescue
end
def photo_import_unsplash(id)
......
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