Skip to content

Commit

Permalink
Fixed bug leading to never crawling again repos with zero stars // gh…
Browse files Browse the repository at this point in the history
  • Loading branch information
lourot committed Jan 15, 2019
1 parent 8f6d3d4 commit 6e7fac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetchRepos.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ optional arguments:
await fetchRepoLanguages(repo);
}
await fetchRepoSettings(repo);
markRepoAsFullyFetched(repo);
}
markRepoAsFullyFetched(repo);
}

createRenamedRepos();
Expand Down

0 comments on commit 6e7fac5

Please sign in to comment.