This commit is contained in:
Efstratios Giannopoulos 2024-04-08 11:21:51 +03:00
parent 325356a2ae
commit abc60aa11e
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public class AnnotationEntitiesTouchedIntegrationEventHandlerImpl implements Ann
data.setCreatedAt(Instant.now());
data.setUpdatedAt(Instant.now());
data.setIsActive(IsActive.Active);
tenantEntityManager.persist(data);
}
updatedCreatedIds.add(data.getId());
}