huskies: merge 961
This commit is contained in:
@@ -105,7 +105,7 @@ pub(crate) fn tool_show_epic(args: &Value, _ctx: &AppContext) -> Result<String,
|
||||
.and_then(|v| v.as_str())
|
||||
.ok_or("Missing required argument: epic_id")?;
|
||||
|
||||
let content = crate::db::read_content(epic_id)
|
||||
let content = crate::db::read_content(crate::db::ContentKey::Story(epic_id))
|
||||
.ok_or_else(|| format!("Epic '{epic_id}' not found in content store"))?;
|
||||
|
||||
let epic_view = crate::crdt_state::read_item(epic_id)
|
||||
|
||||
Reference in New Issue
Block a user