Skip to content

Commit 5aff17b

Browse files
authored
Update Configuration.php
1 parent 44e5319 commit 5aff17b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Block/Configuration.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,7 @@ public function getConfiguration()
195195
'indexName' => $coreHelper->getBaseIndexName(),
196196
'apiKey' => $algoliaHelper->generateSearchSecuredApiKey(
197197
$config->getSearchOnlyAPIKey(),
198-
array_merge(
199-
$attributesToFilter
200-
)
198+
$attributesToFilter
201199
),
202200
'attributeFilter' => $attributesToFilter,
203201
'facets' => $facets,

0 commit comments

Comments
 (0)