From 8962090237743bf52efb631e77f12378b4b88231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 26 Aug 2024 13:08:45 +0200 Subject: [PATCH] Fix non generic type --- src/profile/d3Elevation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile/d3Elevation.ts b/src/profile/d3Elevation.ts index 3eb04507cbe3..99f9c9c667db 100644 --- a/src/profile/d3Elevation.ts +++ b/src/profile/d3Elevation.ts @@ -113,7 +113,7 @@ type scaleModifierFunction = { */ function d3Elevation( options: ngeoOptionsNgeoProfileOptions, - functions: NgeoProfileElevationComponentProfileOptions, + functions: NgeoProfileElevationComponentProfileOptions, ): unknown { /** * Whether the simplified profile should be shown.