Skip to content

Commit 13aa9b0

Browse files
committed
hopefully last fix
1 parent e8e13c5 commit 13aa9b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/api.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export const getRestaurantList = async ({
1515
const radiusParamsString: string =
1616
radius == 0 ? "900" : radius.toString() + "000";
1717
const uri = `/api/search?sort_by=best_match&location=${location}&radius=${radiusParamsString}&${priceParamsString}`;
18-
console.log(uri);
1918
const apik = apiSecret.safeParse(apiKey);
2019

2120
if (apik.success) {

0 commit comments

Comments
 (0)