Skip to content

Commit

Permalink
removed res json in contact.js
Browse files Browse the repository at this point in the history
  • Loading branch information
carvalholuigi25 committed Oct 31, 2023
1 parent 906d0e7 commit 9de37ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/[locale]/components/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default function ContactComponent() {
'Access-Control-Allow-Headers': 'Content-Type, Authorization'
})
})
.then((res) => res.json())
.then((res) => {
console.log(res);
console.log('Response received');
Expand Down

0 comments on commit 9de37ab

Please sign in to comment.