Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/database/product/product.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down
Loading