This commit is contained in:
yp05327 2023-07-20 08:56:50 +00:00
parent 5c3f7aa231
commit c704332d23
1 changed files with 1 additions and 1 deletions

View File

@ -987,7 +987,7 @@ func renderCode(ctx *context.Context) {
if ctx.Repo.Repository.IsFork {
baseRepo = ctx.Repo.Repository.BaseRepo
}
branches, err := git_model.FindRecentlyPushedNewBranches(ctx, baseRepo, ctx.Doer)
branches, err := git_model.FindRecentlyPushedNewBranches(ctx, baseRepo, ctx.Doer, 0)
if err != nil {
ctx.ServerError("FindRecentlyPushedNewBranches", err)
return