Browse Source

tweak bulk upload duplicate feature toggle

- now enabled everywhere except staging for testing purposes
pull/1334/head
Phil Lee 3 years ago
parent
commit
789505761d
  1. 2
      app/services/feature_toggle.rb

2
app/services/feature_toggle.rb

@ -41,7 +41,7 @@ class FeatureToggle
end
def self.bulk_upload_duplicate_log_check_enabled?
!Rails.env.production?
!Rails.env.staging?
end
def self.upload_enabled?

Loading…
Cancel
Save