mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
Ran prettier fix
This commit is contained in:
@@ -10,5 +10,5 @@ export const parseCartItem = (item: ItemBody) => ({
|
||||
quantity: item.quantity,
|
||||
product_id: item.productId,
|
||||
variant_id: item.variantId,
|
||||
option_selections: item.optionSelections
|
||||
option_selections: item.optionSelections,
|
||||
})
|
||||
|
Reference in New Issue
Block a user