Skip to content

Commit

Permalink
fix stack level to deep
Browse files Browse the repository at this point in the history
  • Loading branch information
branch14 committed Oct 26, 2017
1 parent 4981a82 commit afb57d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/models/talk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1003,9 +1003,8 @@ def schedule_user_override
url = 'https://s3.amazonaws.com/%s/%s' %
[ Settings.storage.upload_audio.split('@').first,
user_override_uuid ]
update_attribute :recording_override, url

details = job_details.merge(upload_url: recording_override)
details = job_details.merge(upload_url: url)
Job::ProcessUpload.create(context: self,
details: details)
Instance::AudioWorker.create.launch!
Expand Down

0 comments on commit afb57d2

Please sign in to comment.