forked from External/greenlight
update recording notification email
This commit is contained in:
@ -17,9 +17,9 @@
|
||||
class RecordingReadyEmailJob < ApplicationJob
|
||||
queue_as :default
|
||||
|
||||
def perform(user)
|
||||
def perform(user, rec)
|
||||
if user.email.present?
|
||||
NotificationMailer.recording_ready_email(user).deliver
|
||||
NotificationMailer.recording_ready_email(user, rec).deliver
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user