Skip to content

Commit

Permalink
Fix bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlakde committed Jan 23, 2025
1 parent a4242f2 commit b1cebda
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ protected void init() {}
// Submit request to NH Space Storage
try (Result rdResult = executeReadRequestFromSpaceStorage(request)) {
// transform ReadResult to Http FeatureCollection response
return transformReadResultToXyzCollectionResponse(rdResult, EventHandler.class);
return transformReadResultToXyzCollectionResponse(
rdResult, EventHandler.class, this::handlerWithMaskedSensitiveProperties);
}
}

Expand Down

0 comments on commit b1cebda

Please sign in to comment.