This commit is contained in:
Liang Ding 2022-06-13 23:53:03 +08:00
parent d073dcd30d
commit 5c1cbef025
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
5 changed files with 4 additions and 8 deletions

View file

@ -46,6 +46,7 @@ func GetRepoIndexLogs(page int) (logs []*dejavu.Log, err error) {
return
}
page-- // 从 0 开始
logs, err = repo.GetIndexLogs(page, 32)
if nil != err {
util.LogErrorf("get repo index logs failed: %s", err)