There was an error while loading. Please reload this page.
1 parent 305d5ad commit f6de03bCopy full SHA for f6de03b
1 file changed
src/workflows/review-fix.ts
@@ -215,7 +215,6 @@ export async function reviewFixWorkflow(ticketId: string, branchName: string) {
215
branchName,
216
requirementsMd,
217
);
218
- const { output, files } = await waitAndCollectFixResults(sandboxId, cmdId);
219
220
// Poll with sleep — workflow suspends between checks, no compute wasted.
221
let status = await pollAgentStatus(sandboxId, cmdId);
0 commit comments