This commit is contained in:
Jake Kasper
2025-08-25 08:33:48 -04:00
parent b731769ff8
commit b1dba9e6d7

View File

@@ -119,7 +119,7 @@ router.get('/', async (req, res, next) => {
customBrand: product.custom_brand,
categoryId: product.category_id,
categoryName: product.custom_category_name || product.category_name,
productType: product.custom_product_type || product.base_product_type,
productType: product.custom_product_type || product.base_product_type || null,
customProductType: product.custom_product_type,
activeIngredients: product.custom_active_ingredients,
customActiveIngredients: product.custom_active_ingredients,