Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikuzn committed Nov 28, 2023
1 parent c7fcb8c commit 389a7d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function processSendingQueue(): void
->find();

foreach ($itemList as $item) {
$item = $this->entityManager->getEntity('RealEstateSendMatchesQueueItem', $item->getId());
$item = $this->entityManager->getEntityById('RealEstateSendMatchesQueueItem', $item->getId());

if ($item->get('isProcessed')) {
continue;
Expand Down

0 comments on commit 389a7d3

Please sign in to comment.