docs: general updates after 2.5.0 update (#11402)
This commit is contained in:
@@ -624,6 +624,9 @@ export const createWishlistStep = createStep(
|
||||
return new StepResponse(wishlist, wishlist.id)
|
||||
},
|
||||
async (id, { container }) => {
|
||||
if (!id) {
|
||||
return
|
||||
}
|
||||
const wishlistModuleService: WishlistModuleService =
|
||||
container.resolve(WISHLIST_MODULE)
|
||||
|
||||
@@ -1108,6 +1111,9 @@ export const createWishlistItemStep = createStep(
|
||||
return new StepResponse(item, item.id)
|
||||
},
|
||||
async (id, { container }) => {
|
||||
if (!id) {
|
||||
return
|
||||
}
|
||||
const wishlistModuleService: WishlistModuleService =
|
||||
container.resolve(WISHLIST_MODULE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user