Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
candwberry-admin committed Aug 24, 2024
1 parent 9ebe001 commit 16751b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/api/google/+server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ async function google(query: string, baseUrl: string) {
}

console.log(item.price, ourPrice);
clog(item.price);
if (item.price.includes("to")) {
item.price == item.price.split('£').pop();
}
Expand Down

0 comments on commit 16751b2

Please sign in to comment.