feat(F-090): completed feature
This commit is contained in:
@@ -663,6 +663,8 @@ function serializeProduct(product: Product, images: ProductImage[] = []) {
|
||||
seoDescription: product.seoDescription,
|
||||
categoryIds: product.categoryIds,
|
||||
brandId: product.brandId,
|
||||
brand: product.brand,
|
||||
expirationDate: product.expirationDate,
|
||||
createdAt: product.createdAt.toISOString(),
|
||||
updatedAt: product.updatedAt.toISOString(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user