mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00:00
do not download the repository after an update
This commit is contained in:
@@ -43,8 +43,9 @@ async function anonymizeRepository(options) {
|
||||
console.error(repoConfig.repoId, req.path, error);
|
||||
}
|
||||
await repoUtils.updateAnonymizedRepository(repoConfig);
|
||||
} else {
|
||||
await githubUtils.downloadRepoAndAnonymize(repoConfig);
|
||||
}
|
||||
await githubUtils.downloadRepoAndAnonymize(repoConfig);
|
||||
}
|
||||
|
||||
router.get("/:repoId/files", async (req, res) => {
|
||||
|
||||
Reference in New Issue
Block a user