Skip to content

Commit

Permalink
fixed the change
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-prateekkeerthi committed May 10, 2024
1 parent ca98ade commit 8bcb35b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,11 +332,7 @@ private Optional<Map.Entry<String, String>> mapToFhirVersion(
Map.entry(codeSystemVersion.getVsac(), codeSystemVersion.getFhir()))
.findFirst();
}

if (result.isPresent()) {
return result;
}
return result;
return result;
}

private Code retrieveCodes(
Expand Down

0 comments on commit 8bcb35b

Please sign in to comment.