Skip to content

Commit

Permalink
fix/OP-565 [Wishlist] Issue with multiple wishlists using the same token
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Piórkowski committed Jan 30, 2025
1 parent 86b3f6b commit 579234e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CommandHandler/Wishlist/CreateNewWishlistHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public function __invoke(CreateNewWishlist $createNewWishlist): int
? $this->wishlistCookieTokenResolver->resolve()
: $this->wishlistCookieTokenResolver->new();


if ($user instanceof ShopUserInterface) {
/** @var WishlistInterface $wishlist */
$wishlist = $this->wishlistFactory->createForUser($user);
Expand Down

0 comments on commit 579234e

Please sign in to comment.