mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 15:06:59 +00:00
Fix typing
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
parent
630b4ba486
commit
d6b47cad1a
@ -61,7 +61,6 @@ const addItem: CustomerAddressEndpoint['handlers']['addItem'] = async ({
|
|||||||
updateFulfillmentOptionsForGroup.cart.checkout.fulfillmentGroups[0]
|
updateFulfillmentOptionsForGroup.cart.checkout.fulfillmentGroups[0]
|
||||||
._id,
|
._id,
|
||||||
fulfillmentMethodId:
|
fulfillmentMethodId:
|
||||||
item.shippingMethodId ||
|
|
||||||
updateFulfillmentOptionsForGroup.cart.checkout.fulfillmentGroups[0]
|
updateFulfillmentOptionsForGroup.cart.checkout.fulfillmentGroups[0]
|
||||||
.availableFulfillmentOptions[0].fulfillmentMethod._id,
|
.availableFulfillmentOptions[0].fulfillmentMethod._id,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user