Browse Source

Disable duplicate check on staging

pull/1767/head
Kat 3 years ago
parent
commit
2c8bc749e1
  1. 2
      app/services/feature_toggle.rb

2
app/services/feature_toggle.rb

@ -35,6 +35,6 @@ class FeatureToggle
end end
def self.deduplication_flow_enabled? def self.deduplication_flow_enabled?
!Rails.env.production? !Rails.env.production? && !Rails.env.staging?
end end
end end

Loading…
Cancel
Save