Skip to content

Commit f2d6cdf

Browse files
committed
revert unnecessary deletion
1 parent 320e342 commit f2d6cdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/context/repo.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ func RepoAssignment(ctx *Context) (cancel context.CancelFunc) {
666666
return
667667
}
668668
ctx.Data["Tags"] = tags
669+
669670
brs, _, err := ctx.Repo.GitRepo.GetBranchNames(0, 0)
670671
if err != nil {
671672
ctx.ServerError("GetBranches", err)

0 commit comments

Comments
 (0)