1
0
Fork 0
forked from forgejo/forgejo

Finish edit and remove web hook

This commit is contained in:
Unknown 2014-05-05 21:36:08 -04:00
parent 24f614f6db
commit 94bccbb148
7 changed files with 159 additions and 53 deletions

View file

@ -690,7 +690,7 @@ func GetRepositoryById(id int64) (*Repository, error) {
} else if !has {
return nil, ErrRepoNotExist
}
return repo, err
return repo, nil
}
// GetRepositories returns the list of repositories of given user.