🐛 不存在 云端标记的快照 时界面一直转圈 Fix https://github.com/siyuan-note/siyuan/issues/6896

This commit is contained in:
Liang Ding 2022-12-21 10:01:30 +08:00
parent 59c2224797
commit 1ba509197a
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -613,6 +613,9 @@ func GetCloudRepoTagSnapshots() (ret []*dejavu.Log, err error) {
return
}
ret = logs
if 1 > len(ret) {
ret = []*dejavu.Log{}
}
return
}