Skip to content

Commit

Permalink
The synchronize function should do this
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Sep 15, 2023
1 parent c35866d commit d1a7769
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Service/SyncAanslagenService.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ private function syncAanslag(array $aanslag, Gateway $source, Entity $entity)
$synchronization = $this->synchronizationService->findSyncBySource($source, $entity, $sourceId);
// $synchronization->setMapping($this->mapping); // not needed probably
$synchronization = $this->synchronizationService->synchronize($synchronization, $aanslag, true);
$this->entityManager->persist($synchronization->getObject());

$this->logger->info("Synced aanslag: $sourceId");

Expand Down

0 comments on commit d1a7769

Please sign in to comment.