parent
5973ca3d11
commit
93a90cd9c3
@ -0,0 +1,9 @@ |
||||
# frozen_string_literal: true |
||||
|
||||
class RemovalWorker |
||||
include Sidekiq::Worker |
||||
|
||||
def perform(status_id) |
||||
RemoveStatusService.new.call(Status.find(status_id)) |
||||
end |
||||
end |
Loading…
Reference in new issue