Skip to content

Commit

Permalink
Fix non generic type
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner authored and renovate[bot] committed Aug 26, 2024
1 parent 2a2fb9e commit 8962090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile/d3Elevation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ type scaleModifierFunction = {
*/
function d3Elevation(
options: ngeoOptionsNgeoProfileOptions,
functions: NgeoProfileElevationComponentProfileOptions<unknown>,
functions: NgeoProfileElevationComponentProfileOptions,
): unknown {
/**
* Whether the simplified profile should be shown.
Expand Down

0 comments on commit 8962090

Please sign in to comment.