We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0977e94 commit bff6344Copy full SHA for bff6344
app/code/Magento/WishlistGraphQl/Model/Resolver/CustomerWishlistsResolver.php
@@ -47,7 +47,7 @@ public function resolve(
47
}
48
$collection = $this->_wishlistCollectionFactory->create()->filterByCustomerId($context->getUserId());
49
$wishlistsData = [];
50
- if (0 === $collection->getSize()) {
+ if (0 === $collection->getSize()) {
51
return $wishlistsData;
52
53
$wishlists = $collection->getItems();
0 commit comments