Skip to content

Commit cc57270

Browse files
committed
Revert "dev mode on"
This reverts commit 59e3a11.
1 parent 4263b1f commit cc57270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ async function backup() {
167167
writeJSON(`${folder}/repositories.json`, repositories)
168168

169169
// Loop repositories
170-
for (const repository of repositories.filter(rep => rep.name === 'test')) {
170+
for (const repository of repositories) {
171171

172172
// Get issues
173173
const issues = await requestAllWithRetry(`/repos/${USERNAME}/${repository.name}/issues?state=all`)

0 commit comments

Comments
 (0)