* remove jamtrack download ready notification
This commit is contained in:
parent
6c40ede050
commit
ceb00c1735
|
|
@ -81,11 +81,7 @@ module JamRuby
|
|||
self.error_reason = nil
|
||||
self.error_detail = nil
|
||||
self.should_retry = false
|
||||
if save
|
||||
Notification.send_jam_track_sign_complete(self)
|
||||
else
|
||||
raise "Error sending notification #{self.errors}"
|
||||
end
|
||||
save!
|
||||
end
|
||||
|
||||
# creates a short-lived URL that has access to the object.
|
||||
|
|
|
|||
Loading…
Reference in New Issue