Skip to content

Commit

Permalink
see comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed Jan 16, 2025
1 parent 2b05c89 commit 13f38fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private FhirVersionEnum extractFhirVersion(final String header) {
public String compileAndSerializeMap(final String mapText,
final FhirVersionEnum fhirVersion,
final @Nullable String structureMapId) throws IOException {
StructureMap mapR5 = matchboxEngineSupport.getMatchboxEngine("default", null, false, false).parseMapR5(mapText);
StructureMap mapR5 = matchboxEngineSupport.getMatchboxEngine("default", matchboxEngineSupport.getClientContext(), true, false).parseMapR5(mapText);
if (structureMapId != null) {
mapR5.setId(structureMapId);
}
Expand Down

0 comments on commit 13f38fc

Please sign in to comment.