Skip to content

Commit

Permalink
Fixed the CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanbaidan committed Apr 21, 2024
1 parent fcd4831 commit 9ea0b3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Service/AnrRecommendationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ public function createList(Entity\Anr $anr, array $data): array
$createdUuids = [];
foreach ($data as $recommendationData) {
$createdUuids[] = $this->create($anr, $recommendationData, false)->getUuid();

}
$this->recommendationTable->flush();

Expand Down

0 comments on commit 9ea0b3c

Please sign in to comment.