update seed blend
This commit is contained in:
@@ -389,6 +389,7 @@ router.get('/products', async (req, res, next) => {
|
||||
categoryName: product.category_name,
|
||||
productType: product.product_type,
|
||||
activeIngredients: product.active_ingredients,
|
||||
seedBlend: product.seed_blend,
|
||||
description: product.description,
|
||||
rateCount: parseInt(product.rate_count),
|
||||
usageCount: parseInt(product.usage_count),
|
||||
|
||||
Reference in New Issue
Block a user