Revert "dry run email validation"

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

@ -75,11 +75,7 @@ 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
raise_error(message || "#{key} must follow the email format")
end
def unique_value(params, key, message: nil)

Loading…
Cancel
Save