[core] Annotate external goal clear argument

This commit is contained in:
Adam Van Ymeren
2026-06-27 09:18:44 -07:00
parent c4fe2bdf11
commit 74ac7ec2ca

View File

@@ -227,7 +227,7 @@ impl ThreadGoalRequestProcessor {
.await
.map_err(goal_service_error)?;
if cleared {
self.persist_external_thread_goal_if_supported(thread_id, None)
self.persist_external_thread_goal_if_supported(thread_id, /*goal*/ None)
.await?;
}