Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manishjha-04 committed Jul 10, 2024
1 parent 122aa25 commit a3d8287
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public ResponseEntity<?> getNCESampleSearch(@RequestParam(required = false) Stri
searchResults = sample != null ? List.of(sample) : List.of();
} else {
List<PatientSearchResults> results = searchResultsService.getSearchResults(lastName, firstName,
STNumber, STNumber,STNumber, "", "", "", "", "");
STNumber, STNumber, STNumber, "", "", "", "", "");
searchResults = results.stream()
.flatMap(patientSearchResults -> sampleService
.getSamplesForPatient(patientSearchResults.getPatientID()).stream())
Expand Down

0 comments on commit a3d8287

Please sign in to comment.