fix: resolve async read and send trait bounds issues
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -31,7 +31,7 @@ pub fn mode_get(
|
||||
}
|
||||
}
|
||||
|
||||
let item_service = ItemService::new(data_path);
|
||||
let item_service = ItemService::new(data_path.clone());
|
||||
let item_with_meta = item_service.find_item(conn, ids, tags, &meta)
|
||||
.map_err(|e| anyhow!("Unable to find matching item in database: {}", e))?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user