diff --git a/src/main.rs b/src/main.rs index 5c5fb4a..4097e66 100644 --- a/src/main.rs +++ b/src/main.rs @@ -36,7 +36,7 @@ fn _main() -> anyhow::Result<()> { default: None })?; - let PrepHours = store.define_property(model::PropertyModel { + let _PrepHours = store.define_property(model::PropertyModel { id: Default::default(), parent_tpl_id: Recipe, name: "prep_hours".to_string(),