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}`)