We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e13c5 commit 13aa9b0Copy full SHA for 13aa9b0
src/api.tsx
@@ -15,7 +15,6 @@ export const getRestaurantList = async ({
15
const radiusParamsString: string =
16
radius == 0 ? "900" : radius.toString() + "000";
17
const uri = `/api/search?sort_by=best_match&location=${location}&radius=${radiusParamsString}&${priceParamsString}`;
18
- console.log(uri);
19
const apik = apiSecret.safeParse(apiKey);
20
21
if (apik.success) {
0 commit comments