mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00:00
fix: fix repository refresh status
This commit is contained in:
@@ -639,7 +639,7 @@ angular
|
||||
callback(res.data);
|
||||
return;
|
||||
}
|
||||
setTimeout(() => waitRepoToBeReady(repoId), 2500);
|
||||
setTimeout(() => waitRepoToBeReady(repoId, callback), 2500);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user