Browse Source

turn on duplicate log check on staging (#2635)

pull/2636/head^2
kosiakkatrina 3 months ago committed by GitHub
parent
commit
aeb998c537
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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