Commit d4e3a0da authored by Alexandru Croitor's avatar Alexandru Croitor

Remove epics_update_dates_upstream feature flag

parent b6c27bee
...@@ -20,7 +20,7 @@ module Epics ...@@ -20,7 +20,7 @@ module Epics
strategy.new(relation).execute strategy.new(relation).execute
end end
if parent_ids.any? && Feature.enabled?(:epics_update_dates_upstream, default_enabled: true) if parent_ids.any?
Epics::UpdateEpicsDatesWorker.perform_async(parent_ids) Epics::UpdateEpicsDatesWorker.perform_async(parent_ids)
end end
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