mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00:00
fix: do not change repoID
This commit is contained in:
@@ -1172,7 +1172,9 @@ angular
|
||||
checkSourceType();
|
||||
});
|
||||
}
|
||||
$scope.repoId = $scope.details.repo + "-" + generateRandomId(4);
|
||||
if (!$scope.repoId) {
|
||||
$scope.repoId = $scope.details.repo + "-" + generateRandomId(4);
|
||||
}
|
||||
await $scope.getBranches();
|
||||
} catch (error) {
|
||||
console.log("here", error);
|
||||
|
||||
Reference in New Issue
Block a user