simplify: remove redundant inline comment inside updateWorkflowRun object literal

The surrounding block comment already explains why status stays 'paused' for
the interactive loop path; the duplicated inner comment adds no new information.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Cole Medin 2026-04-16 11:04:47 -05:00
parent 2c0002fc96
commit 61bc95fe24

View file

@ -1894,7 +1894,6 @@ export function registerApiRoutes(
// Interactive loop path: store user input, keep status 'paused' so getPausedWorkflowRun
// finds it, then auto-dispatch to orchestrator to resume without requiring a manual message.
await workflowDb.updateWorkflowRun(runId, {
// No status change — keep 'paused' so the natural-language approval path finds it
metadata: { loop_user_input: comment },
});
// Auto-resume: inject the approval as a message into the parent conversation.