Skip to content

Commit d57bc6f

Browse files
authored
Merge pull request #2072 from usdoj/revert-2071-WS-503-recaptchv3
Revert "WS-503: Removed improper catch statement."
2 parents b8d2eb4 + 609fac9 commit d57bc6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/components/foia_request_form.jsx

+3
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ function FoiaRequestForm({
9595
.catch((error) => {
9696
console.error('Error:', error);
9797
});
98+
})
99+
.catch((error) => {
100+
console.error('Error2:', error);
98101
});
99102
// Submit the request
100103
return requestActions

0 commit comments

Comments
 (0)