Fix TurnContext borrow for process_compacted_history

This commit is contained in:
Charles Cunningham
2026-02-06 13:08:25 -08:00
parent 143daadb31
commit 2ea3c669c1

View File

@@ -91,7 +91,7 @@ async fn run_remote_compact_task_inner_impl(
)
.await?;
new_history = sess
.process_compacted_history(turn_context, new_history)
.process_compacted_history(turn_context.as_ref(), new_history)
.await;
if !ghost_snapshots.is_empty() {