Revert "dry run email validation"

This reverts commit 910490528d.
pull/381/head
Pete Matsyburka 1 year ago
parent 110cdb5123
commit 3f03d343ca

@ -75,12 +75,8 @@ module Params
return
end
if Rails.env.production?
Rollbar.error(message || "#{key} must follow the email format") if defined?(Rollbar)
else
raise_error(message || "#{key} must follow the email format")
end
end
def unique_value(params, key, message: nil)
return unless params.is_a?(Array)

Loading…
Cancel
Save