Thread resolving no longer needs to be separate from ProcessFeedService,
since that is only ever called in the background
This commit is contained in:
parent
6c60757e99
commit
f90133d2ad
3 changed files with 14 additions and 17 deletions
|
@ -6,4 +6,4 @@ class RemovalWorker
|
|||
def perform(status_id)
|
||||
RemoveStatusService.new.call(Status.find(status_id))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue