Skip to content

Commit 22ccdf7

Browse files
committed
fix: fixes incomplete agenda list
1 parent b9f1240 commit 22ccdf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

run.js

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ const pkg = require('./package.json')
107107
console.log(`Adding Issue: ${i.url}`)
108108
if (!agendaIssues.find((ii) => ii.url === i.url)) {
109109
agendaIssues.push(i)
110-
break
111110
}
112111
}
113112
}

0 commit comments

Comments
 (0)