Skip to content
Snippets Groups Projects
Commit 808489ae authored by Jayson Salazar Rodriguez's avatar Jayson Salazar Rodriguez
Browse files

Fix complaints about missing empty lines

parent 4a770dc7
No related branches found
No related tags found
1 merge request!71496Stop overriding spamcheck verdicts !=ALLOW to allow rescuing via reCAPTCHA.
......@@ -76,6 +76,7 @@ def spamcheck_verdict
# @TODO log if error is not nil https://gitlab.com/gitlab-org/gitlab/-/issues/329545
return [nil, attribs] unless result
[result, attribs]
rescue StandardError => e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment