This commit is contained in:
Liang Ding 2022-07-05 21:24:56 +08:00
parent 84bf22dd15
commit a3c3ec7b83
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@ func init() {
subscribeEvents()
}
func GetRepoIndexLogs(page int) (logs []*dejavu.Log, pageCount, totalCount int, err error) {
func GetRepoSnapshots(page int) (logs []*dejavu.Log, pageCount, totalCount int, err error) {
if 1 > len(Conf.Repo.Key) {
err = errors.New(Conf.Language(26))
return