Adjust to Trilium 0.42

This commit is contained in:
FliegendeWurst 2020-05-13 22:50:49 +02:00
parent 7bbe947f9b
commit 8b5ed1ca9e

View File

@ -314,7 +314,7 @@ struct Attribute {
deleteId: Option<serde_json::Value>, deleteId: Option<serde_json::Value>,
hash: String, hash: String,
isInheritable: bool, isInheritable: bool,
isOwned: bool, //isOwned: bool, // removed in 0.42.2
} }
#[derive(Error, Debug)] #[derive(Error, Debug)]