perf: remove duplicate fetching of assignments

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2023-02-15 16:43:32 +01:00
parent 133e3f3140
commit c01e542044
2 changed files with 6 additions and 6 deletions

View File

@@ -82,7 +82,6 @@ class SearchService {
}, $boards);
$matchedCards = $this->cardMapper->search($boardIds, $this->filterStringParser->parse($term), $limit, $cursor);
$self = $this;
return $this->cardService->enrichCards($matchedCards);
}