]> source.dussan.org Git - gitea.git/commit
Fix list_options GetStartEnd (#16303)
authorsebastian-sauer <sauer.sebastian@gmail.com>
Tue, 29 Jun 2021 21:42:23 +0000 (23:42 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Jun 2021 21:42:23 +0000 (22:42 +0100)
commite8c6cead0fb926ced6595c7b22f56b1cc2540435
tree7a2ddd80e63986eccbc0a008fac66f8c5193be11
parentdea7a5c5b9fa7eea331159020268f8898a0a678d
Fix list_options GetStartEnd (#16303)

end is start + pageSize and not start + page
models/list_options.go