1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-02 02:06:24 +02:00

Increment skip to avoid infini-loop (#13703)

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
John Olheiser 2020-11-27 14:00:52 -06:00 committed by GitHub
parent 7bc0c8cff6
commit 979fbe086c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -610,7 +610,7 @@ func GetCommitMessages(pr *models.PullRequest) string {
}
element = element.Next()
}
skip += limit
}
}