mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-26 11:21:35 +01:00
improved edge creation, wip graph retrieval
This commit is contained in:
@@ -100,7 +100,7 @@ impl ContentProcessor {
|
||||
|
||||
for relationship in &relationships {
|
||||
debug!("Storing relationship: {:?}", relationship);
|
||||
store_item(&self.db_client, relationship.clone()).await?;
|
||||
relationship.store_relationship(&self.db_client).await?;
|
||||
}
|
||||
|
||||
info!(
|
||||
|
||||
Reference in New Issue
Block a user