Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Commit

Permalink
GraphQL - Removed unnecessary empty lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
zbigniewkuras committed May 16, 2018
1 parent 9035d29 commit d804bab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/code/Magento/CatalogGraphQl/Model/Resolver/Products.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ public function resolve(
);
}


$data = [
'total_count' => $searchResult->getTotalCount(),
'items' => $searchResult->getProductsSearchResult(),
Expand All @@ -128,7 +127,6 @@ public function resolve(
'sort_fields' => [],
],
'filters' => $this->filtersDataProvider->getData($layerType),

];

$result = function () use ($data) {
Expand Down

0 comments on commit d804bab

Please sign in to comment.