mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
Increment skip to avoid infini-loop (#13703)
Signed-off-by: jolheiser <[email protected]> Co-authored-by: Lauris BH <[email protected]>
This commit is contained in:
co-authored by
Lauris BH
parent
7bc0c8cff6
commit
979fbe086c
@@ -610,7 +610,7 @@ func GetCommitMessages(pr *models.PullRequest) string {
|
||||
}
|
||||
element = element.Next()
|
||||
}
|
||||
|
||||
skip += limit
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user