Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
H-XZ committed Jan 5, 2025
1 parent e7ff044 commit 30460e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ async function fetchData(number) {
try {
const response = await fetch(url, {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
headers: headers,
body: JSON.stringify({ headers })
});
if (response.ok) {
Expand Down

0 comments on commit 30460e1

Please sign in to comment.