From 835a62e11bb44a2b98d1361ee30a8d3a0ddb9657 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 17 Sep 2024 12:56:20 -0500 Subject: [PATCH] Remove space --- src/state/geolocation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/geolocation.tsx b/src/state/geolocation.tsx index 9c45fda800..7470965334 100644 --- a/src/state/geolocation.tsx +++ b/src/state/geolocation.tsx @@ -29,7 +29,7 @@ export const DEFAULT_GEOLOCATION: Device['geolocation'] = { } async function getGeolocation(): Promise { - const res = await fetch(`https://app.staging.bsky.dev/ipcc `) + const res = await fetch(`https://app.staging.bsky.dev/ipcc`) if (!res.ok) { throw new Error(`geolocation: lookup failed ${res.status}`)