mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Fix bigcommerce build (#579)
This commit is contained in:
@@ -127,8 +127,7 @@ function normalizeLineItem(item: any): LineItem {
|
||||
discounts: item.discounts.map((discount: any) => ({
|
||||
value: discount.discounted_amount,
|
||||
})),
|
||||
options: item.options
|
||||
} b
|
||||
}
|
||||
}
|
||||
|
||||
export function normalizeCategory(category: BCCategory): Category {
|
||||
|
Reference in New Issue
Block a user