Skip to content

Commit

Permalink
[Wishlist] Remove name from WishlistOutput #920
Browse files Browse the repository at this point in the history
  • Loading branch information
XxXgeoXxX committed Oct 18, 2019
1 parent 0977e94 commit bff6344
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function resolve(
}
$collection = $this->_wishlistCollectionFactory->create()->filterByCustomerId($context->getUserId());
$wishlistsData = [];
if (0 === $collection->getSize()) {
if (0 === $collection->getSize()) {
return $wishlistsData;
}
$wishlists = $collection->getItems();
Expand Down

0 comments on commit bff6344

Please sign in to comment.