fix(tasks): return completion notification notices
This commit is contained in:
parent
4a54d6fbb7
commit
01dfec4c72
@ -686,6 +686,7 @@ def _collect_pending_completion_notices(*, web_terminal, conversation_id: str) -
|
||||
})
|
||||
|
||||
notices.sort(key=lambda item: item.get("sort_key") or 0)
|
||||
return notices
|
||||
|
||||
|
||||
def _has_pending_completion_work(*, web_terminal, conversation_id: str) -> bool:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user