Skip to content

Commit 74ac7ec

Browse files
committed
[core] Annotate external goal clear argument
1 parent c4fe2bd commit 74ac7ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codex-rs/app-server/src/request_processors/thread_goal_processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ impl ThreadGoalRequestProcessor {
227227
.await
228228
.map_err(goal_service_error)?;
229229
if cleared {
230-
self.persist_external_thread_goal_if_supported(thread_id, None)
230+
self.persist_external_thread_goal_if_supported(thread_id, /*goal*/ None)
231231
.await?;
232232
}
233233

0 commit comments

Comments
 (0)