opencode-agent[bot] 2 місяців тому
батько
коміт
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],