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