Commit 9719ce13 authored by Sean McGivern's avatar Sean McGivern

Merge branch '36393_remove_epics_update_dates_upstream_ff' into 'master'

Remove epics_update_dates_upstream feature flag

See merge request gitlab-org/gitlab!21122
parents 3ca74e5d d4e3a0da
......@@ -20,7 +20,7 @@ module Epics
strategy.new(relation).execute
end
if parent_ids.any? && Feature.enabled?(:epics_update_dates_upstream, default_enabled: true)
if parent_ids.any?
Epics::UpdateEpicsDatesWorker.perform_async(parent_ids)
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