From f8b8d4c9e32016384bdf45ef9698935b7dca0d12 Mon Sep 17 00:00:00 2001 From: davidemazzocchi Date: Tue, 11 Nov 2025 15:22:57 +0100 Subject: [PATCH] chore: correct wrong category spelling --- 01.workspace/heave/src/str/item.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01.workspace/heave/src/str/item.rs b/01.workspace/heave/src/str/item.rs index 1571e3b..011c338 100644 --- a/01.workspace/heave/src/str/item.rs +++ b/01.workspace/heave/src/str/item.rs @@ -34,7 +34,7 @@ impl From for Entity { .with_attribute("discount", value.discount) .with_attribute("sell_trend", value.sell_trend) .with_attribute("in_stock", value.in_stock) - .with_opt_attribute("vategory", value.category) + .with_opt_attribute("category", value.category) .with_attribute("tag", value.tag) .with_attribute("supplier_code", value.supplier_code) .with_attribute("supplier_rank", value.supplier_rank);