From 0c31beb6377da514e326f754e89dff94e1782403 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Wed, 3 Jun 2026 12:04:03 +0000 Subject: [PATCH] chore: generate --- packages/stats/app/src/routes/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/stats/app/src/routes/index.tsx b/packages/stats/app/src/routes/index.tsx index 073347db5..97763c232 100644 --- a/packages/stats/app/src/routes/index.tsx +++ b/packages/stats/app/src/routes/index.tsx @@ -104,10 +104,10 @@ const worldCountryGeometries: GeometryCollection = { ...worldTopology.objects.countries, geometries: worldTopology.objects.countries.geometries.filter((country) => String(country.id ?? "") !== "010"), } -const worldCountries = feature( - worldTopology, - worldCountryGeometries, -) as FeatureCollection +const worldCountries = feature(worldTopology, worldCountryGeometries) as FeatureCollection< + GeometryObject, + WorldCountryProperties +> const worldProjection = geoEquirectangular().fitExtent( [ [10, 12],