fix: remove deleted entities in ical export

This commit is contained in:
Maël Gangloff
2024-11-25 22:16:05 +01:00
parent 763f320dc3
commit c6ae0ac69d
2 changed files with 17 additions and 9 deletions

View File

@@ -252,6 +252,9 @@ readonly class RDAPService
->setDate(new \DateTimeImmutable($rdapEvent['eventDate']))
->setDeleted(false)
);
$this->em->persist($domain);
$this->em->flush();
}
}