Skip to content

Commit 4f7c39c

Browse files
committed
Fix seenBranches typo
1 parent cc47463 commit 4f7c39c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/fix/agent-fix.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export async function agentFix(
329329
continue infosLoop
330330
}
331331
const branch = getSocketBranchName(oldPurl, newVersion, workspace)
332-
if (seenBranches.has(newVersion)) {
332+
if (seenBranches.has(branch)) {
333333
continue infosLoop
334334
}
335335
const pr = noPrCheck

0 commit comments

Comments
 (0)