feat(F-090): completed feature

This commit is contained in:
chattie
2026-08-20 21:40:41 +02:00
parent 760b4d0be2
commit 84bf380987
11 changed files with 169 additions and 12 deletions

View File

@@ -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(),
};