about summary refs log tree commit diff
path: root/app/workers/removal_worker.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-12-11 22:23:11 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-12-11 22:23:11 +0100
commitf90133d2adecedeb9b9fbc1ca524cdf097272893 (patch)
tree56189844a6b2344cab6473b640396fa578ba1c53 /app/workers/removal_worker.rb
parent6c60757e99085d273cdf95d13d2b9990e4edef87 (diff)
Thread resolving no longer needs to be separate from ProcessFeedService,
since that is only ever called in the background
Diffstat (limited to 'app/workers/removal_worker.rb')
-rw-r--r--app/workers/removal_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/removal_worker.rb b/app/workers/removal_worker.rb
index 7470c54f5..eae27c66f 100644
--- a/app/workers/removal_worker.rb
+++ b/app/workers/removal_worker.rb
@@ -6,4 +6,4 @@ class RemovalWorker
   def perform(status_id)
     RemoveStatusService.new.call(Status.find(status_id))
   end
-end
\ No newline at end of file
+end