huskies: merge 946
This commit is contained in:
@@ -55,7 +55,7 @@ fn unblock_by_story_id(story_id: &str) -> String {
|
||||
let crdt_item = crate::crdt_state::read_item(story_id);
|
||||
let story_name = crdt_item
|
||||
.as_ref()
|
||||
.and_then(|i| i.name().map(str::to_string))
|
||||
.map(|i| i.name().to_string())
|
||||
.unwrap_or_else(|| story_id.to_string());
|
||||
|
||||
// Story 945: `Stage::Blocked` / `Stage::MergeFailure` are the single
|
||||
|
||||
Reference in New Issue
Block a user