forked from forgejo/forgejo
Finish edit and remove web hook
This commit is contained in:
parent
24f614f6db
commit
94bccbb148
7 changed files with 159 additions and 53 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue