Skip to content

Commit

Permalink
This assertion is unnecessary since it does not change the type of th…
Browse files Browse the repository at this point in the history
…e expression.
  • Loading branch information
qmonmert committed Sep 27, 2024
1 parent b536d8d commit c326d79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/webapp/app/module/domain/landscape/Landscape.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ class LevelsProjections {
levels
.flatMap(level => level.elements)
.filter(element => element instanceof LandscapeFeature)
.map(feature => feature as LandscapeFeature)
.map(feature => [feature.slugString(), feature]),
);
}
Expand Down

0 comments on commit c326d79

Please sign in to comment.