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 end
def self.deduplication_flow_enabled? def self.deduplication_flow_enabled?
!Rails.env.production? true
end end
def self.duplicate_summary_enabled? def self.duplicate_summary_enabled?
!Rails.env.production? true
end end
def self.service_unavailable? def self.service_unavailable?

Loading…
Cancel
Save