mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00:00
continue v2
This commit is contained in:
@@ -202,7 +202,6 @@ module.exports.getRepoCommit = async (options) => {
|
||||
force: options.force,
|
||||
});
|
||||
if (!branches[repoConfig.branch]) {
|
||||
console.log(branches, repoConfig.branch);
|
||||
throw "branch_not_found";
|
||||
}
|
||||
return branches[repoConfig.branch].commit.sha;
|
||||
|
||||
Reference in New Issue
Block a user