Skip to content

Commit

Permalink
add empty results on boolean response
Browse files Browse the repository at this point in the history
  • Loading branch information
redmitry committed Mar 13, 2024
1 parent 98e71d8 commit f3303ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ private void mergeResultsets(BeaconResultsetsResponse target, BeaconResultsetsRe
BeaconResultset result_set = new BeaconResultset();
result_set.setBeaconId(beacon_id);
result_set.setInfo(source.getInfo());
result_set.setResults(new ArrayList());
result_set.setResultsHandovers(source.getBeaconHandovers());
BeaconResponseSummary summary = source.getResponseSummary();
if (summary != null) {
Expand Down

0 comments on commit f3303ef

Please sign in to comment.