summaryrefslogtreecommitdiff
path: root/app/workers/clusters/applications/activate_service_worker.rb
blob: abc84bcd09383525f999687e8990d51e8807ecce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# frozen_string_literal: true

# This worker was renamed in 15.1, we can delete it in 15.2.
# See: https://gitlab.com/gitlab-org/gitlab/-/issues/364112
#
# rubocop:disable Scalability/IdempotentWorker
module Clusters
  module Applications
    class ActivateServiceWorker < ActivateIntegrationWorker
    end
  end
end