Browse Source

Enable logs deduplication

pull/2052/head
Kat 3 years ago
parent
commit
33831d1261
  1. 4
      app/services/feature_toggle.rb

4
app/services/feature_toggle.rb

@ -29,11 +29,11 @@ class FeatureToggle
end
def self.deduplication_flow_enabled?
!Rails.env.production?
true
end
def self.duplicate_summary_enabled?
!Rails.env.production?
true
end
def self.service_unavailable?

Loading…
Cancel
Save