Remove mod-only bulk revert system (#4178).
The mass undo system added in #4178 is a replacement for the mod-only bulk revert system.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
class ProcessBulkRevertJob < ApplicationJob
|
||||
queue_as :default
|
||||
queue_with_priority 20
|
||||
|
||||
def perform(creator, constraints)
|
||||
BulkRevert.new.process(creator, constraints)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user