Skip to content

Commit

Permalink
NPE check
Browse files Browse the repository at this point in the history
  • Loading branch information
redmitry committed Jul 19, 2024
1 parent 5c45503 commit f896720
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ protected BeaconResponseMeta getMeta(
final List<BeaconQueryFilter> filters = request_query.getFilters();
if (filters != null) {
request_summary.setFilters(filters.stream()
.filter(Objects::nonNull)
.map(BeaconQueryFilter::toString)
.collect(Collectors.toList()));
}
Expand Down

0 comments on commit f896720

Please sign in to comment.