about summary refs log tree commit diff
path: root/app/workers/processing_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/processing_worker.rb')
-rw-r--r--app/workers/processing_worker.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/workers/processing_worker.rb b/app/workers/processing_worker.rb
index 34433a793..b31cd0aaf 100644
--- a/app/workers/processing_worker.rb
+++ b/app/workers/processing_worker.rb
@@ -2,6 +2,7 @@
 
 class ProcessingWorker
   include Sidekiq::Worker
+  
   sidekiq_options backtrace: true
 
   def perform(account_id, body)