mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 10:18:38 +00:00
bug fixed on issues and pulls
This commit is contained in:
committed by
Kim "BKC" Carlbäcker
parent
cf47532ebc
commit
9c645b54dc
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user