Skip to content

Commit

Permalink
chore(importer): Removing unnecesary continues
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroJCB committed Jan 26, 2023
1 parent 1e00fd8 commit dcc4835
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/jobs/repo/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ func fetchGitHubReposByOrg(ctx context.Context, client *github.Client, repoOwner
break
}
opt.Page = resp.NextPage
continue

}
return repositories, err
Expand Down Expand Up @@ -345,7 +344,6 @@ func fetchGitHubReposByUser(ctx context.Context, client *github.Client, repoOwne
break
}
opt.Page = resp.NextPage
continue

}

Expand Down

0 comments on commit dcc4835

Please sign in to comment.