Skip to content

Commit

Permalink
Small bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb committed Jun 16, 2021
1 parent 468d32d commit fe8fb6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/RepoPreloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ const RepoPreloader = (props) => {

try {
let stargazerData = await stargazerLoader.loadStargazers(
repoToPreload.username,
repoToPreload.repo,
repoToPreload.username,
repoToPreload.repo,
null,
(progress) => setLoadProgress(progress),
() => false);

Expand Down

0 comments on commit fe8fb6d

Please sign in to comment.