bug fixed on issues and pulls
This commit is contained in:
parent
cf47532ebc
commit
9c645b54dc
2 changed files with 21 additions and 9 deletions
|
@ -657,7 +657,6 @@ func (env *accessibleReposEnv) Repos(page, pageSize int) ([]*Repository, error)
|
|||
}
|
||||
|
||||
repos := make([]*Repository, 0, len(repoIDs))
|
||||
|
||||
if len(repoIDs) <= 0 {
|
||||
return repos, nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue