Skip to content

Commit

Permalink
Fix method error
Browse files Browse the repository at this point in the history
  • Loading branch information
parterburn committed Jan 29, 2024
1 parent c154ee8 commit de932a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/jobs/image_collage_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class ImageCollageJob < ActiveJob::Base
def perform(entry_id, urls: nil, message_id: nil)
entry = Entry.where(id: entry_id).first
@message_id = message_id
@user = entry.user
return nil unless entry.present?

entry.update(filepicker_url: "https://dabble-me.s3.amazonaws.com/uploading.png")
Expand Down

0 comments on commit de932a8

Please sign in to comment.