huskies: merge 945
This commit is contained in:
@@ -46,8 +46,8 @@ pub(super) async fn scan_and_claim(
|
||||
continue;
|
||||
}
|
||||
|
||||
// Skip blocked stories.
|
||||
if item.blocked() {
|
||||
// Skip blocked stories (story 945: `Stage::Blocked` is the source of truth).
|
||||
if item.stage().is_blocked() {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user