Skip to content

Commit

Permalink
Update amazon_product.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sakanamk authored May 29, 2024
1 parent 4054493 commit 15679f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodejs/amazon_product.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function fetchAmazonData() {
}),
headers: {
"Content-Type": "application/json",
"Authorization": "Basic VTAwMDAxNjgwOTM6UFcxMDFkNDc0MjM5MTY2NGVhZDJkMTJiYjBjNTAwZjI3MzI="
"Authorization": "Basic [your basic authentication token]"
}
});

Expand All @@ -22,4 +22,4 @@ async function fetchAmazonData() {
}
}

fetchAmazonData();
fetchAmazonData();

0 comments on commit 15679f0

Please sign in to comment.