Skip to content

Commit

Permalink
buyee
Browse files Browse the repository at this point in the history
  • Loading branch information
JyyHuang committed Oct 17, 2023
1 parent 1e533bb commit 0d1d2a5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vite-project/src/SearchForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,8 @@ export function SearchForm({callback, callBackSelected}) {

// Scrape buyee
async function scrapeBuyeeAuction(){
const req = await fetch(`https://buyee.jp/item/search/query/${search}`
)

const req = await fetch(`https://buyee.jp/item/search/query/${search}`);
const html = await req.text();
console.log(html);
return ''
}

// get ebay AccessToken
Expand Down

0 comments on commit 0d1d2a5

Please sign in to comment.