Skip to content

Commit

Permalink
Merge pull request fossasia#12 from Kreijstal/development
Browse files Browse the repository at this point in the history
Attempt to fix a bug
  • Loading branch information
Kreijstal authored Nov 27, 2017
2 parents 7a9f2d5 + 8e387e5 commit 9cc4e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion star.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ function starRepo(repo) {
})
}
return ahh(x).then(function(ohh) {
var i = 0;
var i = -1;
return new Promise(function(resolve, reject) {
function next() {
if (ohh[++i] && ohh[i].html_url) {
Expand Down

0 comments on commit 9cc4e2a

Please sign in to comment.