Skip to content

Commit f6de03b

Browse files
committed
fix: build
1 parent 305d5ad commit f6de03b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/workflows/review-fix.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ export async function reviewFixWorkflow(ticketId: string, branchName: string) {
215215
branchName,
216216
requirementsMd,
217217
);
218-
const { output, files } = await waitAndCollectFixResults(sandboxId, cmdId);
219218

220219
// Poll with sleep — workflow suspends between checks, no compute wasted.
221220
let status = await pollAgentStatus(sandboxId, cmdId);

0 commit comments

Comments
 (0)