Commit 40a4ab0a authored by Arturo Herrero's avatar Arturo Herrero

Apply 1 suggestion(s) to 1 file(s)

parent 58ac1179
...@@ -8,6 +8,7 @@ class PropagateIntegrationWorker ...@@ -8,6 +8,7 @@ class PropagateIntegrationWorker
loggable_arguments 1 loggable_arguments 1
# TODO: Keep overwrite parameter for backwards compatibility. Remove after >= 14.0 # TODO: Keep overwrite parameter for backwards compatibility. Remove after >= 14.0
# https://gitlab.com/gitlab-org/gitlab/-/issues/255382
def perform(integration_id, overwrite = nil) def perform(integration_id, overwrite = nil)
Admin::PropagateIntegrationService.propagate(Service.find(integration_id)) Admin::PropagateIntegrationService.propagate(Service.find(integration_id))
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment