diff options
-rw-r--r-- | services/pull/pull.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/pull/pull.go b/services/pull/pull.go index 963535ec7..32c2775bc 100644 --- a/services/pull/pull.go +++ b/services/pull/pull.go @@ -567,7 +567,7 @@ func GetCommitMessages(pr *models.PullRequest) string { } element = element.Next() } - + skip += limit } } |