remove duplicate key in thirdparty serializer

This commit is contained in:
Julie Lenaerts 2022-02-28 20:07:13 +01:00
parent a6ac6ee6d8
commit 3b26466a6c

View File

@ -67,7 +67,6 @@ class ThirdPartyNormalizer implements NormalizerAwareInterface, NormalizerInterf
'isChild' => $thirdParty->isChild(),
'parent' => $this->normalizer->normalize($thirdParty->getParent(), $format, $context),
'civility' => $this->normalizer->normalize($thirdParty->getCivility(), $format, $context),
'profession' => $this->normalizer->normalize($thirdParty->getProfession(), $format, $context),
'contactDataAnonymous' => $thirdParty->isContactDataAnonymous(),
];
}