merged latest fix from the master branch

This commit is contained in:
Claudio Atzori 2023-10-25 10:02:10 +02:00
commit d9a988c3f1
1 changed files with 1 additions and 1 deletions

View File

@ -759,7 +759,7 @@ public class Result extends OafEntity implements Serializable {
return enrichmentResult;
}
if (enrichmentInstances == null) {
return enrichmentResult;
return toEnrichInstances;
}
Map<String, Instance> ri = toInstanceMap(enrichmentInstances);