Commit 3badc245 authored by Alex Pooley's avatar Alex Pooley

Feature flag use_traversal_ids not actor based

parent 83e9f6e2
......@@ -52,7 +52,7 @@ module Namespaces
end
def use_traversal_ids?
return false unless Feature.enabled?(:use_traversal_ids, root_ancestor, default_enabled: :yaml)
return false unless Feature.enabled?(:use_traversal_ids, default_enabled: :yaml)
traversal_ids.present?
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