Browse Source

Enable deduplication flow on staging (#1858)

pull/1861/head
kosiakkatrina 1 year ago committed by GitHub
parent
commit
d83c38b4d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/services/feature_toggle.rb

2
app/services/feature_toggle.rb

@ -31,7 +31,7 @@ class FeatureToggle
end
def self.deduplication_flow_enabled?
!Rails.env.production? && !Rails.env.staging?
!Rails.env.production?
end
def self.duplicate_summary_enabled?

Loading…
Cancel
Save