Skip to content

Commit 9fcb6b7

Browse files
committed
fix
1 parent 484b334 commit 9fcb6b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/git/branch.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,6 @@ func FindRecentlyPushedNewBranches(ctx context.Context, doer *user_model.User, o
468468
PusherID: doer.ID,
469469
IsDeletedBranch: optional.Some(false),
470470
CommitAfterUnix: opts.CommitAfterUnix,
471-
ListOptions: db.ListOptionsAll,
472471
}.ToConds()
473472
cond = cond.And(
474473
builder.In("repo_id", repoIDs),

0 commit comments

Comments
 (0)