2018-11-08 19:23:39 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2022-07-23 23:45:48 +05:30
|
|
|
# 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 Gitlab/NamespacedClass
|
|
|
|
# rubocop:disable Scalability/IdempotentWorker
|
|
|
|
class IrkerWorker < Integrations::IrkerWorker
|
2015-04-26 12:48:37 +05:30
|
|
|
end
|