Skip to content

Commit 609fac9

Browse files
Revert "WS-503: Removed improper catch statement."
1 parent a9d7a81 commit 609fac9

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)