chore: correct wrong category spelling

This commit is contained in:
2025-11-11 15:22:57 +01:00
parent cd0679c20c
commit f8b8d4c9e3

View File

@@ -34,7 +34,7 @@ impl From<Item> 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);