remove unused parameter

This commit is contained in:
vcoppe
2026-01-30 21:17:11 +01:00
parent 772b810fa8
commit f42a916c25
2 changed files with 2 additions and 7 deletions

View File

@@ -807,7 +807,7 @@ export const fileActions = {
});
});
},
addElevationToSelection: async (map: mapboxgl.Map) => {
addElevationToSelection: async () => {
if (get(selection).size === 0) {
return;
}