From a697edb43edcafe1400e3876c35b57bf890a17cb Mon Sep 17 00:00:00 2001 From: LightJack05 <66321084+LightJack05@users.noreply.github.com> Date: Fri, 6 Feb 2026 01:58:30 +0100 Subject: [PATCH] Fix the fix for the fix of the fix --- internal/database/product/product.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/database/product/product.go b/internal/database/product/product.go index c3d2e9c..f93d3b0 100644 --- a/internal/database/product/product.go +++ b/internal/database/product/product.go @@ -194,7 +194,7 @@ type Product struct { NovaGroup float64 `json:"nova-group" bson:"nova-group,truncate"` Phylloquinone_100g float64 `json:"phylloquinone_100g" bson:"phylloquinone_100g"` Water_100g float64 `json:"water_100g" bson:"water_100g"` - } + } `json:"nutriments" bson:"nutriments"` NutrimentsEstimated struct { Energy100g float64 `json:"energy_100g" bson:"energy_100g"` Energy float64 `json:"energy" bson:"energy"`