mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
fix repository update
This commit is contained in:
@@ -325,6 +325,7 @@ module.exports.updateAnonymizedRepository = async (repoConfig) => {
|
||||
console.log(`${repoConfig.repoId} is up to date`);
|
||||
return true;
|
||||
}
|
||||
repoConfig.commit = commit;
|
||||
console.log(`${repoConfig.repoId} will be updated to ${commit}`);
|
||||
await module.exports.updateStatus(repoConfig, "updating");
|
||||
await db
|
||||
|
||||
Reference in New Issue
Block a user