Skip to content

Commit

Permalink
Fix 500
Browse files Browse the repository at this point in the history
  • Loading branch information
parterburn committed Jan 9, 2024
1 parent b1aab69 commit b9954ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/email_processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def process
image_urls = collage_from_attachments([best_attachment])
ImageCollageJob.perform_later(existing_entry.id, image_urls)
elsif best_attachment_url.present?
entry.update(filepicker_url: "https://dabble-me.s3.amazonaws.com/uploading.png")
existing_entry.update(filepicker_url: "https://dabble-me.s3.amazonaws.com/uploading.png")
existing_entry.remote_image_url = collage_from_urls([best_attachment_url, existing_entry.image_url_cdn])
existing_entry.filepicker_url = nil
end
Expand Down

0 comments on commit b9954ba

Please sign in to comment.