diff --git a/src/app/core/data/relationship-type.service.ts b/src/app/core/data/relationship-type.service.ts index b55a0ade8a..4dac044090 100644 --- a/src/app/core/data/relationship-type.service.ts +++ b/src/app/core/data/relationship-type.service.ts @@ -88,7 +88,7 @@ export class RelationshipTypeService extends DataService { map((types: RelationshipType[]) => { const match = types.find((type: RelationshipType) => hasValue(type)); if (hasValue(match)) { - return match + return match; } else { return null; }