opencode-agent[bot] 2 месяцев назад
Родитель
Сommit
0c31beb637
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      packages/stats/app/src/routes/index.tsx

+ 4 - 4
packages/stats/app/src/routes/index.tsx

@@ -104,10 +104,10 @@ const worldCountryGeometries: GeometryCollection<WorldCountryProperties> = {
   ...worldTopology.objects.countries,
   geometries: worldTopology.objects.countries.geometries.filter((country) => String(country.id ?? "") !== "010"),
 }
-const worldCountries = feature<WorldCountryProperties>(
-  worldTopology,
-  worldCountryGeometries,
-) as FeatureCollection<GeometryObject, WorldCountryProperties>
+const worldCountries = feature<WorldCountryProperties>(worldTopology, worldCountryGeometries) as FeatureCollection<
+  GeometryObject,
+  WorldCountryProperties
+>
 const worldProjection = geoEquirectangular().fitExtent(
   [
     [10, 12],