fix the other 3 UpsertTodo construction sites CI caught

This commit is contained in:
damocles 2026-08-13 15:01:44 +02:00
commit 145a20eae6
3 changed files with 3 additions and 0 deletions

View file

@ -241,6 +241,7 @@ async fn upsert_bash_todo(socket: &Path, id: &str, summary: String) {
key: Some(id.to_owned()),
summary,
source: None,
reopen_if_acked: false,
},
)
.await;