mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-04 20:45:58 +01:00
Remove TODO.
This commit is contained in:
@@ -20,8 +20,6 @@ trait RepositoryService { self: AccountService =>
|
||||
* @param description the repository description
|
||||
*/
|
||||
def createRepository(repositoryName: String, userName: String, description: Option[String]): Unit = {
|
||||
// TODO create a git repository also here?
|
||||
|
||||
Repositories insert
|
||||
Repository(
|
||||
userName = userName,
|
||||
|
||||
Reference in New Issue
Block a user