2017-05-09 14:58:37 -04:00
|
|
|
|
|
|
|
module Jobs
|
|
|
|
class CloseTopic < Jobs::Base
|
|
|
|
|
|
|
|
def execute(args)
|
2017-05-09 15:02:05 -04:00
|
|
|
# This file is back temporarily to handle jobs that are enqueued
|
|
|
|
# far in the future that haven't been migrated to the ToggleTopicClosed
|
|
|
|
# job.
|
2017-05-09 14:58:37 -04:00
|
|
|
end
|
|
|
|
|
|
|
|
end
|
|
|
|
end
|