Skip to content

Commit

Permalink
Update +server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
candwberry-admin committed Aug 24, 2024
1 parent b1c12a7 commit 3475168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/api/google/+server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ async function findPrice(
priceFound,
};
}
const cache = {};
let cache = {};

async function google(query: string, baseUrl: string) {
let page;
Expand Down

0 comments on commit 3475168

Please sign in to comment.