Browse Source

turn on duplicate log check on staging

pull/2635/head
Kat 2 years ago
parent
commit
7331889acc
  1. 2
      app/services/feature_toggle.rb

2
app/services/feature_toggle.rb

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

Loading…
Cancel
Save