Commit ba9fd29c
Changed files (1)
app
services
commands
app/services/commands/upload_image_worker.rb
@@ -1,5 +1,5 @@
class UploadImageWorker < ::CarrierWave::Workers::StoreAsset
def error(job, exception)
- ExceptionNotifier.notify_exception(exception, :data => {:worker => worker.to_s, :queue => queue, :payload => payload})
+ ExceptionNotifier.notify_exception(exception)
end
end