1 files changed,
1 insertions(+),
1 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-03-03 19:29:41 +0200
Change ID:
uvwxzkvntluxsywtlwvuxtpuootkxkln
Parent:
bcd986b
M
internal/handlers/repo.go
@@ -265,7 +265,7 @@ return
} // if we got full page of commits, we probably have more. - // NOTE: this has edge case, when last page has git.CommitsPage, "load more would be shown" + // NOTE: this has an edge case, when last page is len(git.CommitsPage), "load more" would be shown nextAfter := "" if len(commits) == git.CommitsPage && len(commits) > 0 { nextAfter = commits[len(commits)-1].HashShort