This commit is contained in:
jif-oai
2026-03-06 12:09:02 +01:00
parent 1da0c25b0a
commit 38d0cb4f99

View File

@@ -827,7 +827,6 @@ async fn rollout_writer(
}
RolloutCmd::Shutdown { ack } => {
let _ = ack.send(());
break;
}
}
}