Browse Source

Enable logs deduplication (#2052)

test-merge-dpo-emails
kosiakkatrina 1 year ago committed by GitHub
parent
commit
983d9c1f7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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