Skip to content

Commit

Permalink
Update amazon_search.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sakanamk authored May 29, 2024
1 parent 9ca2904 commit 4054493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodejs/amazon_search.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 4054493

Please sign in to comment.