Explorar o código

Fix eslint error

Matthias Rupp %!s(int64=2) %!d(string=hai) anos
pai
achega
7f7ef949df

+ 1 - 2
web/src/lib/components/shared-components/leaflet/tile-layer.svelte

@@ -1,7 +1,6 @@
 <script lang="ts" context="module">
 <script lang="ts" context="module">
 	type TileLayerFilterOptions = TileLayerOptions & {
 	type TileLayerFilterOptions = TileLayerOptions & {
-		filter: string[],
-		attribution: string
+		filter?: string[],
 	};
 	};
 </script>
 </script>