mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-22 07:07:01 +02:00
fix more build errors
This commit is contained in:
@@ -29,7 +29,7 @@ func ToAPIGroup(ctx context.Context, g *group_model.Group, actor *user_model.Use
|
||||
}); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
if _, apiGroup.NumRepos, err = repo_model.SearchRepositoryByCondition(ctx, &repo_model.SearchRepoOptions{
|
||||
if _, apiGroup.NumRepos, err = repo_model.SearchRepositoryByCondition(ctx, repo_model.SearchRepoOptions{
|
||||
GroupID: g.ID,
|
||||
Actor: actor,
|
||||
OwnerID: g.OwnerID,
|
||||
|
||||
Reference in New Issue
Block a user