feat(reviews): remove reviews from Item struct

This commit is contained in:
ryan 2025-01-17 18:52:20 +03:00
parent c8f32d027f
commit 4760364491

View file

@ -41,7 +41,7 @@ pub fn ItemsList(
id: Uuid::new_v4().to_string(),
name: String::new(),
description: String::new(),
reviews: vec![],
// reviews: vec![],
wikidata_id: None,
custom_properties: HashMap::new(),
}]);
@ -245,7 +245,7 @@ pub fn ItemsList(
id: Uuid::new_v4().to_string(),
name: String::new(),
description: String::new(),
reviews: vec![],
// reviews: vec![],
wikidata_id: None,
custom_properties: HashMap::new(),
});