Browse Source

Disable duplicate check on staging (#1767)

pull/1769/head
kosiakkatrina 1 year ago committed by GitHub
parent
commit
745c938ff6
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

@ -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