This commit is contained in:
Liang Ding 2022-12-17 17:21:51 +08:00
parent d13adf234b
commit 26c3ce610e
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 40 additions and 60 deletions

View file

@ -155,6 +155,7 @@ func DiffRepoSnapshots(left, right string) (ret *LeftRightDiff, err error) {
return
}
ret = &LeftRightDiff{}
luteEngine := NewLute()
for _, addLeft := range diff.AddsLeft {
title, err := parseTitleInSnapshot(addLeft.ID, repo, luteEngine)