Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-moser authored Apr 16, 2024
1 parent 500c671 commit 70988df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ private function evaluateDeclinedPaths(string $workspaceType, array $allowedPath
],
]));

$result = $this->searchIndexService->search($search, indexName);
$result = $this->searchIndexService->search($search, $indexName);
$buckets = $result->getAggregation('paths')?->getBuckets() ?? [];
foreach ($buckets as $bucket) {
$declinedPaths[] = rtrim($bucket->getKey(), '/');
Expand Down

0 comments on commit 70988df

Please sign in to comment.