diff --git a/lib/Service/CardService.php b/lib/Service/CardService.php index 3c6742e1e..817b4746c 100644 --- a/lib/Service/CardService.php +++ b/lib/Service/CardService.php @@ -159,9 +159,7 @@ class CardService { $this->logger->error('Unable to check permission for a previously obtained board ' . $boardId, ['exception' => $e]); return []; } - $cards = $this->cardMapper->findCalendarEntries($boardId); - $this->enrichCards($cards); - return $cards; + return $this->cardMapper->findCalendarEntries($boardId); } /**