huskies: merge 961
This commit is contained in:
@@ -179,7 +179,7 @@ pub fn get_work_item_content(
|
||||
}
|
||||
|
||||
// CRDT-only fallback
|
||||
if let Some(content) = crate::db::read_content(story_id) {
|
||||
if let Some(content) = crate::db::read_content(crate::db::ContentKey::Story(story_id)) {
|
||||
let item = crate::pipeline_state::read_typed(story_id)
|
||||
.map_err(|e| Error::Io(format!("Pipeline read error: {e}")))?;
|
||||
let stage = match item.as_ref() {
|
||||
|
||||
Reference in New Issue
Block a user